Html Css Color HEX #B00FDC Dark Violet

📋 copy color: '#B00FDC'

red 176 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #B00FDC

Tints of Dark Violet #B00FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.65%

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

R = 42.82%
G = 3.65%
B = 53.53%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B00FDC (or 0xB00FDC) is known color: Dark Violet. HEX triplet: B0, 0F and DC. RGB value is (176,15,220). Sum of RGB (Red+Green+Blue) = 176+15+220=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #B00FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FDC is #4FF023. Grayscale: #555555. Windows color (decimal): -5238820 or 14421936. OLE color: 14421936.

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

Color convert

RGB 176 15 220 -
CMYK 0.2 0.93 0 0.14
HSL 287.12º 0.87% 0.46% -
HSV(B) 287.12º 0.93% 0.86% -
XYZ 30.99 14.74 68.92 -
YUV 86.51 203.34 191.83 -
System Red Green Blue C M Y K H S L
Decimal 176 15 220 0.2 0.93 0 0.14 287.12 0.87 0.46
Hex B0 F DC 14 5D 0 E 11F 57 2E
Octal 260 17 334 24 135 0 16 437 127 56
Binary 10110000 1111 11011100 10100 1011101 0 1110 100011111 1010111 101110

Color Harmonies of #B00FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FDC

Black with #B00FDC

Text Example


Text Example

White with #B00FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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