#B82CC9

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

Shades of Dark Orchid #B82CC9

Tints of Dark Orchid #B82CC9

Color information

#B82CC9 (or 0xB82CC9) is unknown color: approx Dark Orchid. HEX triplet: B8, 2C and C9. RGB value is (184,44,201). Sum of RGB (Red+Green+Blue) = 184+44+201=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #B82CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CC9 is #47D336. Grayscale: #676767. Windows color (decimal): -4707127 or 13184184. OLE color: 13184184.

HSL color Cylindrical-coordinate representation of color #B82CC9: hue angle of 293.5º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82CC9 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18444201-
CMYK0.080.7800.21
HSL293.5º64.08%48.04%-
HSV(B)293.5º78.11%78.82%-
XYZ31.2116.2156.74-
YUV103.76182.88185.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 44 (17.58% from 255) = 10.26%
BLUE value IS 201 (78.91% from 255) = 46.85%
R=42.89%
G=10.26%
B=46.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184442010.080.7800.21293.564.0848.04
HexB82CC984E0151264030
Octal270543111011602544610060
Binary1011100010110011001001100010011100101011001001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82CC9; }

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

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

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

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

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

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

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

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