Html Css Color HEX #B004DC Dark Violet

📋 copy color: '#B004DC'

red 176 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #B004DC

Tints of Dark Violet #B004DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 44%
G = 1%
B = 55%

CMYK

 C value IS 0.2

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B004DC (or 0xB004DC) is known color: Dark Violet. HEX triplet: B0, 04 and DC. RGB value is (176,4,220). Sum of RGB (Red+Green+Blue) = 176+4+220=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #B004DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004DC is #4FFB23. Grayscale: #4F4F4F. Windows color (decimal): -5241636 or 14419120. OLE color: 14419120.

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

Color convert

RGB 176 4 220 -
CMYK 0.2 0.98 0 0.14
HSL 287.78º 0.96% 0.44% -
HSV(B) 287.78º 0.98% 0.86% -
XYZ 30.87 14.48 68.88 -
YUV 80.05 206.98 196.44 -
System Red Green Blue C M Y K H S L
Decimal 176 4 220 0.2 0.98 0 0.14 287.78 0.96 0.44
Hex B0 4 DC 14 62 0 E 120 60 2C
Octal 260 4 334 24 142 0 16 440 140 54
Binary 10110000 100 11011100 10100 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #B004DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004DC

Black with #B004DC

Text Example


Text Example

White with #B004DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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