Html Css Color HEX #B00DDC Dark Violet

📋 copy color: '#B00DDC'

red 176 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #B00DDC

Tints of Dark Violet #B00DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.18%

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

R = 43.03%
G = 3.18%
B = 53.79%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B00DDC (or 0xB00DDC) is known color: Dark Violet. HEX triplet: B0, 0D and DC. RGB value is (176,13,220). Sum of RGB (Red+Green+Blue) = 176+13+220=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #B00DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DDC is #4FF223. Grayscale: #545454. Windows color (decimal): -5239332 or 14421424. OLE color: 14421424.

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

Color convert

RGB 176 13 220 -
CMYK 0.2 0.94 0 0.14
HSL 287.25º 0.89% 0.46% -
HSV(B) 287.25º 0.94% 0.86% -
XYZ 30.97 14.69 68.91 -
YUV 85.34 204 192.67 -
System Red Green Blue C M Y K H S L
Decimal 176 13 220 0.2 0.94 0 0.14 287.25 0.89 0.46
Hex B0 D DC 14 5E 0 E 11F 59 2E
Octal 260 15 334 24 136 0 16 437 131 56
Binary 10110000 1101 11011100 10100 1011110 0 1110 100011111 1011001 101110

Color Harmonies of #B00DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00DDC

Black with #B00DDC

Text Example


Text Example

White with #B00DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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