#b45def

Color #B45DEF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B45DEF

Tints of Medium Orchid #B45DEF

Color information

#B45DEF (or 0xB45DEF) is unknown color: approx Medium Orchid. HEX triplet: B4, 5D and EF. RGB value is (180,93,239). Sum of RGB (Red+Green+Blue) = 180+93+239=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #B45DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DEF is #4BA210. Grayscale: #878787. Windows color (decimal): -4956689 or 15687092. OLE color: 15687092.

HSL color Cylindrical-coordinate representation of color #B45DEF: hue angle of 275.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45DEF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18093239-
CMYK0.250.6100.06
HSL275.75º82.02%65.1%-
HSV(B)275.75º61.09%93.73%-
XYZ38.3223.7684.23-
YUV135.66186.32159.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 93 (36.72% from 255) = 18.16%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=35.16%
G=18.16%
B=46.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180932390.250.6100.06275.7582.0265.1
HexB45DEF193D061145241
Octal264135357317506424122101
Binary1011010010111011110111111001111101011010001010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45def; }

 p { color: rgb(180,93,239); }

 H1.HeaderClassName
 {
   color: #b45def;
 }
 .AnyTagClassName
 {
   color: #b45def;
 }
</style>
background-color css

<style>
 a { background-color: #b45def; }

 a { background-color: rgb(180,93,239); }

 div.DivClassName
 {
   background-color: #b45def;
 }
 .BgClassName
 {
   background-color: #b45def;
 }
</style>
border-color css

<style>
 span { border-color: #b45def; }

 span { border-color: rgb(180,93,239); }

 td.TdClassName
 {
   border-color: #b45def;
 }
 .TagClassName
 {
   border-color: #b45def;
 }
</style>