Html Css Color HEX #B00CD3 Dark Violet

📋 copy color: '#B00CD3'

red 176 ◦ green 12 ◦ blue 211

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

Shades of Dark Violet #B00CD3

Tints of Dark Violet #B00CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.88%

R = 44.11%
G = 3.01%
B = 52.88%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B00CD3 (or 0xB00CD3) is known color: Dark Violet. HEX triplet: B0, 0C and D3. RGB value is (176,12,211). Sum of RGB (Red+Green+Blue) = 176+12+211=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #B00CD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CD3 is #4FF32C. Grayscale: #535353. Windows color (decimal): -5239597 or 13831344. OLE color: 13831344.

HSL color Cylindrical-coordinate representation of color #B00CD3: hue angle of 289.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00CD3 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 12 211 -
CMYK 0.17 0.94 0 0.17
HSL 289.45º 0.89% 0.44% -
HSV(B) 289.45º 0.94% 0.83% -
XYZ 29.79 14.2 62.8 -
YUV 83.72 199.83 193.82 -
System Red Green Blue C M Y K H S L
Decimal 176 12 211 0.17 0.94 0 0.17 289.45 0.89 0.44
Hex B0 C D3 11 5E 0 11 121 59 2C
Octal 260 14 323 21 136 0 21 441 131 54
Binary 10110000 1100 11010011 10001 1011110 0 10001 100100001 1011001 101100

Color Harmonies of #B00CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CD3

Black with #B00CD3

Text Example


Text Example

White with #B00CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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