Html Css Color HEX #B00DD2 Dark Violet

📋 copy color: '#B00DD2'

red 176 ◦ green 13 ◦ blue 210

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

Shades of Dark Violet #B00DD2

Tints of Dark Violet #B00DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.63%

R = 44.11%
G = 3.26%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B00DD2 (or 0xB00DD2) is known color: Dark Violet. HEX triplet: B0, 0D and D2. RGB value is (176,13,210). Sum of RGB (Red+Green+Blue) = 176+13+210=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #B00DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DD2 is #4FF22D. Grayscale: #535353. Windows color (decimal): -5239342 or 13766064. OLE color: 13766064.

HSL color Cylindrical-coordinate representation of color #B00DD2: hue angle of 289.64º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00DD2 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 13 210 -
CMYK 0.16 0.94 0 0.18
HSL 289.64º 0.88% 0.44% -
HSV(B) 289.64º 0.94% 0.82% -
XYZ 29.68 14.17 62.14 -
YUV 84.2 199 193.48 -
System Red Green Blue C M Y K H S L
Decimal 176 13 210 0.16 0.94 0 0.18 289.64 0.88 0.44
Hex B0 D D2 10 5E 0 12 122 58 2C
Octal 260 15 322 20 136 0 22 442 130 54
Binary 10110000 1101 11010010 10000 1011110 0 10010 100100010 1011000 101100

Color Harmonies of #B00DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00DD2

Black with #B00DD2

Text Example


Text Example

White with #B00DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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