#B832CD

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

Shades of Dark Orchid #B832CD

Tints of Dark Orchid #B832CD

Color information

#B832CD (or 0xB832CD) is unknown color: approx Dark Orchid. HEX triplet: B8, 32 and CD. RGB value is (184,50,205). Sum of RGB (Red+Green+Blue) = 184+50+205=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #B832CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B832CD is #47CD32. Grayscale: #6B6B6B. Windows color (decimal): -4705587 or 13447864. OLE color: 13447864.

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

Color convert

RGB18450205-
CMYK0.100.7600.20
HSL291.87º60.78%50%-
HSV(B)291.87º75.61%80.39%-
XYZ31.9316.8859.33-
YUV107.74182.89182.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 50 (19.92% from 255) = 11.39%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=41.91%
G=11.39%
B=46.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184502050.100.7600.20291.8760.7850
HexB832CDA4C0141243d32
Octal27062315121140244447562
Binary101110001100101100110110101001100010100100100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B832CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B832CD; }

 p { color: rgb(184,50,205); }

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

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

 a { background-color: rgb(184,50,205); }

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

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

 span { border-color: rgb(184,50,205); }

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