#B82CC2

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

Shades of Dark Orchid #B82CC2

Tints of Dark Orchid #B82CC2

Color information

#B82CC2 (or 0xB82CC2) is unknown color: approx Dark Orchid. HEX triplet: B8, 2C and C2. RGB value is (184,44,194). Sum of RGB (Red+Green+Blue) = 184+44+194=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #B82CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CC2 is #47D33D. Grayscale: #666666. Windows color (decimal): -4707134 or 12725432. OLE color: 12725432.

HSL color Cylindrical-coordinate representation of color #B82CC2: hue angle of 296º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82CC2 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18444194-
CMYK0.050.7700.24
HSL296º63.03%46.67%-
HSV(B)296º77.32%76.08%-
XYZ30.4115.8952.5-
YUV102.96179.38185.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 194 (76.17% from 255) = 45.97%
R=43.60%
G=10.43%
B=45.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184441940.050.7700.2429663.0346.67
HexB82CC254D0181283f2f
Octal2705430251150304507757
Binary10111000101100110000101011001101011000100101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82CC2; }

 p { color: rgb(184,44,194); }

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

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

 a { background-color: rgb(184,44,194); }

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

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

 span { border-color: rgb(184,44,194); }

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