#B82CC5

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

Shades of Dark Orchid #B82CC5

Tints of Dark Orchid #B82CC5

Color information

#B82CC5 (or 0xB82CC5) is unknown color: approx Dark Orchid. HEX triplet: B8, 2C and C5. RGB value is (184,44,197). Sum of RGB (Red+Green+Blue) = 184+44+197=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #B82CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CC5 is #47D33A. Grayscale: #666666. Windows color (decimal): -4707131 or 12922040. OLE color: 12922040.

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

Color convert

RGB18444197-
CMYK0.070.7800.23
HSL294.9º63.49%47.25%-
HSV(B)294.9º77.66%77.25%-
XYZ30.7516.0254.3-
YUV103.3180.88185.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 44 (17.58% from 255) = 10.35%
BLUE value IS 197 (77.34% from 255) = 46.35%
R=43.29%
G=10.35%
B=46.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184441970.070.7800.23294.963.4947.25
HexB82CC574E0171273f2f
Octal2705430571160274477757
Binary10111000101100110001011111001110010111100100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82CC5; }

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

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

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

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

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

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

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

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