#B865CC

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

Shades of Medium Orchid #B865CC

Tints of Medium Orchid #B865CC

Color information

#B865CC (or 0xB865CC) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and CC. RGB value is (184,101,204). Sum of RGB (Red+Green+Blue) = 184+101+204=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B865CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865CC is #479A33. Grayscale: #898989. Windows color (decimal): -4692532 or 13395384. OLE color: 13395384.

HSL color Cylindrical-coordinate representation of color #B865CC: hue angle of 288.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B865CC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184101204-
CMYK0.100.5000.2
HSL288.35º50.24%59.8%-
HSV(B)288.35º50.49%80%-
XYZ35.3223.8659.87-
YUV137.56165.5161.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=37.63%
G=20.65%
B=41.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841012040.100.5000.2288.3550.2459.8
HexB865CCA32014120323c
Octal27014531412620244406274
Binary101110001100101110011001010110010010100100100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865CC; }

 p { color: rgb(184,101,204); }

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

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

 a { background-color: rgb(184,101,204); }

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

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

 span { border-color: rgb(184,101,204); }

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