#B858CF

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

Shades of Medium Orchid #B858CF

Tints of Medium Orchid #B858CF

Color information

#B858CF (or 0xB858CF) is unknown color: approx Medium Orchid. HEX triplet: B8, 58 and CF. RGB value is (184,88,207). Sum of RGB (Red+Green+Blue) = 184+88+207=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B858CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858CF is #47A730. Grayscale: #818181. Windows color (decimal): -4695857 or 13588664. OLE color: 13588664.

HSL color Cylindrical-coordinate representation of color #B858CF: hue angle of 288.4º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B858CF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18488207-
CMYK0.110.5700.19
HSL288.4º55.35%57.84%-
HSV(B)288.4º57.49%81.18%-
XYZ34.5221.6761.4-
YUV130.27171.3166.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 88 (34.77% from 255) = 18.37%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=38.41%
G=18.37%
B=43.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184882070.110.5700.19288.455.3557.84
HexB858CFB39013120373a
Octal27013031713710234406772
Binary101110001011000110011111011111001010011100100000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858CF; }

 p { color: rgb(184,88,207); }

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

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

 a { background-color: rgb(184,88,207); }

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

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

 span { border-color: rgb(184,88,207); }

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