#b82ccf

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

Shades of Dark Orchid #B82CCF

Tints of Dark Orchid #B82CCF

Color information

#B82CCF (or 0xB82CCF) is unknown color: approx Dark Orchid. HEX triplet: B8, 2C and CF. RGB value is (184,44,207). Sum of RGB (Red+Green+Blue) = 184+44+207=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B82CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CCF is #47D330. Grayscale: #676767. Windows color (decimal): -4707121 or 13577400. OLE color: 13577400.

HSL color Cylindrical-coordinate representation of color #B82CCF: hue angle of 291.53º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82CCF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18444207-
CMYK0.110.7900.19
HSL291.53º64.94%49.22%-
HSV(B)291.53º78.74%81.18%-
XYZ31.9316.560.53-
YUV104.44185.88184.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 44 (17.58% from 255) = 10.11%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=42.30%
G=10.11%
B=47.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184442070.110.7900.19291.5364.9449.22
HexB82CCFB4F0131244131
Octal270543171311702344410161
Binary1011100010110011001111101110011110100111001001001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82ccf; }

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

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

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

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

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

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

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

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