Html Css Color HEX #B002DC Dark Violet

📋 copy color: '#B002DC'

red 176 ◦ green 2 ◦ blue 220

#B002DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #B002DC

Tints of Dark Violet #B002DC

RGB

 RED value IS 176 (69.14% from 255) = 44.22%

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 44.22%
G = 0.5%
B = 55.28%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B002DC (or 0xB002DC) is known color: Dark Violet. HEX triplet: B0, 02 and DC. RGB value is (176,2,220). Sum of RGB (Red+Green+Blue) = 176+2+220=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #B002DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002DC is #4FFD23. Grayscale: #4E4E4E. Windows color (decimal): -5242148 or 14418608. OLE color: 14418608.

HSL color Cylindrical-coordinate representation of color #B002DC: hue angle of 287.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002DC is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 2 220 -
CMYK 0.2 0.99 0 0.14
HSL 287.89º 0.98% 0.44% -
HSV(B) 287.89º 0.99% 0.86% -
XYZ 30.84 14.44 68.87 -
YUV 78.88 207.65 197.27 -
System Red Green Blue C M Y K H S L
Decimal 176 2 220 0.2 0.99 0 0.14 287.89 0.98 0.44
Hex B0 2 DC 14 63 0 E 120 62 2C
Octal 260 2 334 24 143 0 16 440 142 54
Binary 10110000 10 11011100 10100 1100011 0 1110 100100000 1100010 101100

Color Harmonies of #B002DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002DC

Black with #B002DC

Text Example


Text Example

White with #B002DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002DC; }

 p { color: rgb(176,2,220); }

 H1.HeaderClassName
 {
   color: #B002DC;
 }
 .AnyTagClassName
 {
   color: #B002DC;
 }
</style>

background-color css

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

 a { background-color: rgb(176,2,220); }

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

border-color css

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

 span { border-color: rgb(176,2,220); }

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