#B864CA

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

Shades of Medium Orchid #B864CA

Tints of Medium Orchid #B864CA

Color information

#B864CA (or 0xB864CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 64 and CA. RGB value is (184,100,202). Sum of RGB (Red+Green+Blue) = 184+100+202=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B864CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CA is #479B35. Grayscale: #888888. Windows color (decimal): -4692790 or 13264056. OLE color: 13264056.

HSL color Cylindrical-coordinate representation of color #B864CA: hue angle of 289.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B864CA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184100202-
CMYK0.090.5000.21
HSL289.41º49.04%59.22%-
HSV(B)289.41º50.5%79.22%-
XYZ34.9923.5758.58-
YUV136.74164.83161.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=37.86%
G=20.58%
B=41.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841002020.090.5000.21289.4149.0459.22
HexB864CA932015121313b
Octal27014431211620254416173
Binary101110001100100110010101001110010010101100100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864CA; }

 p { color: rgb(184,100,202); }

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

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

 a { background-color: rgb(184,100,202); }

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

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

 span { border-color: rgb(184,100,202); }

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