Html Css Color HEX #B00CDC Dark Violet

📋 copy color: '#B00CDC'

red 176 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #B00CDC

Tints of Dark Violet #B00CDC

RGB

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

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

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

R = 43.14%
G = 2.94%
B = 53.92%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B00CDC (or 0xB00CDC) is known color: Dark Violet. HEX triplet: B0, 0C and DC. RGB value is (176,12,220). Sum of RGB (Red+Green+Blue) = 176+12+220=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #B00CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CDC is #4FF323. Grayscale: #545454. Windows color (decimal): -5239588 or 14421168. OLE color: 14421168.

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

Color convert

RGB 176 12 220 -
CMYK 0.2 0.95 0 0.14
HSL 287.31º 0.9% 0.45% -
HSV(B) 287.31º 0.95% 0.86% -
XYZ 30.95 14.66 68.91 -
YUV 84.75 204.33 193.09 -
System Red Green Blue C M Y K H S L
Decimal 176 12 220 0.2 0.95 0 0.14 287.31 0.9 0.45
Hex B0 C DC 14 5F 0 E 11F 5A 2D
Octal 260 14 334 24 137 0 16 437 132 55
Binary 10110000 1100 11011100 10100 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #B00CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CDC

Black with #B00CDC

Text Example


Text Example

White with #B00CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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