Html Css Color HEX #B00FDF Dark Violet

📋 copy color: '#B00FDF'

red 176 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #B00FDF

Tints of Dark Violet #B00FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 42.51%
G = 3.62%
B = 53.86%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B00FDF (or 0xB00FDF) is known color: Dark Violet. HEX triplet: B0, 0F and DF. RGB value is (176,15,223). Sum of RGB (Red+Green+Blue) = 176+15+223=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #B00FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FDF is #4FF020. Grayscale: #565656. Windows color (decimal): -5238817 or 14618544. OLE color: 14618544.

HSL color Cylindrical-coordinate representation of color #B00FDF: hue angle of 286.44º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00FDF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 15 223 -
CMYK 0.21 0.93 0 0.13
HSL 286.44º 0.87% 0.47% -
HSV(B) 286.44º 0.93% 0.87% -
XYZ 31.39 14.9 71.03 -
YUV 86.85 204.84 191.59 -
System Red Green Blue C M Y K H S L
Decimal 176 15 223 0.21 0.93 0 0.13 286.44 0.87 0.47
Hex B0 F DF 15 5D 0 D 11E 57 2F
Octal 260 17 337 25 135 0 15 436 127 57
Binary 10110000 1111 11011111 10101 1011101 0 1101 100011110 1010111 101111

Color Harmonies of #B00FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FDF

Black with #B00FDF

Text Example


Text Example

White with #B00FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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