Html Css Color HEX #B00CDD Dark Violet

📋 copy color: '#B00CDD'

red 176 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #B00CDD

Tints of Dark Violet #B00CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 43.03%
G = 2.93%
B = 54.03%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B00CDD (or 0xB00CDD) is known color: Dark Violet. HEX triplet: B0, 0C and DD. RGB value is (176,12,221). Sum of RGB (Red+Green+Blue) = 176+12+221=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #B00CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CDD is #4FF322. Grayscale: #545454. Windows color (decimal): -5239587 or 14486704. OLE color: 14486704.

HSL color Cylindrical-coordinate representation of color #B00CDD: hue angle of 287.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00CDD is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 12 221 -
CMYK 0.20 0.95 0 0.13
HSL 287.08º 0.9% 0.46% -
HSV(B) 287.08º 0.95% 0.87% -
XYZ 31.09 14.71 69.61 -
YUV 84.86 204.83 193.01 -
System Red Green Blue C M Y K H S L
Decimal 176 12 221 0.20 0.95 0 0.13 287.08 0.9 0.46
Hex B0 C DD 14 5F 0 D 11F 5A 2E
Octal 260 14 335 24 137 0 15 437 132 56
Binary 10110000 1100 11011101 10100 1011111 0 1101 100011111 1011010 101110

Color Harmonies of #B00CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CDD

Black with #B00CDD

Text Example


Text Example

White with #B00CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CDD; }

 p { color: rgb(176,12,221); }

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

background-color css

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

 a { background-color: rgb(176,12,221); }

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

border-color css

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

 span { border-color: rgb(176,12,221); }

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