#b02cc1

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

Shades of Dark Orchid #B02CC1

Tints of Dark Orchid #B02CC1

Color information

#B02CC1 (or 0xB02CC1) is unknown color: approx Dark Orchid. HEX triplet: B0, 2C and C1. RGB value is (176,44,193). Sum of RGB (Red+Green+Blue) = 176+44+193=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #B02CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CC1 is #4FD33E. Grayscale: #636363. Windows color (decimal): -5231423 or 12659888. OLE color: 12659888.

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

Color convert

RGB17644193-
CMYK0.090.7700.24
HSL293.15º62.87%46.47%-
HSV(B)293.15º77.2%75.69%-
XYZ28.4314.8851.83-
YUV100.45180.23181.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 44 (17.58% from 255) = 10.65%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=42.62%
G=10.65%
B=46.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176441930.090.7700.24293.1562.8746.47
HexB02CC194D0181253f2e
Octal26054301111150304457756
Binary101100001011001100000110011001101011000100100101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02cc1; }

 p { color: rgb(176,44,193); }

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

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

 a { background-color: rgb(176,44,193); }

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

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

 span { border-color: rgb(176,44,193); }

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