#B827C0

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

Shades of Dark Orchid #B827C0

Tints of Dark Orchid #B827C0

Color information

#B827C0 (or 0xB827C0) is unknown color: approx Dark Orchid. HEX triplet: B8, 27 and C0. RGB value is (184,39,192). Sum of RGB (Red+Green+Blue) = 184+39+192=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #B827C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827C0 is #47D83F. Grayscale: #636363. Windows color (decimal): -4708416 or 12593080. OLE color: 12593080.

HSL color Cylindrical-coordinate representation of color #B827C0: hue angle of 296.86º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B827C0 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18439192-
CMYK0.040.8000.25
HSL296.86º66.23%45.29%-
HSV(B)296.86º79.69%75.29%-
XYZ30.0115.4551.27-
YUV99.8180.04188.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 39 (15.62% from 255) = 9.40%
BLUE value IS 192 (75.39% from 255) = 46.27%
R=44.34%
G=9.40%
B=46.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184391920.040.8000.25296.8666.2345.29
HexB827C0450019129422d
Octal27047300412003145110255
Binary101110001001111100000010010100000110011001010011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B827C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B827C0; }

 p { color: rgb(184,39,192); }

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

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

 a { background-color: rgb(184,39,192); }

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

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

 span { border-color: rgb(184,39,192); }

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