Html Css Color HEX #B00FD1 Dark Violet

📋 copy color: '#B00FD1'

red 176 ◦ green 15 ◦ blue 209

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

Shades of Dark Violet #B00FD1

Tints of Dark Violet #B00FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 44%
G = 3.75%
B = 52.25%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B00FD1 (or 0xB00FD1) is known color: Dark Violet. HEX triplet: B0, 0F and D1. RGB value is (176,15,209). Sum of RGB (Red+Green+Blue) = 176+15+209=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #B00FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FD1 is #4FF02E. Grayscale: #545454. Windows color (decimal): -5238831 or 13701040. OLE color: 13701040.

HSL color Cylindrical-coordinate representation of color #B00FD1: hue angle of 289.79º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00FD1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 15 209 -
CMYK 0.16 0.93 0 0.18
HSL 289.79º 0.87% 0.44% -
HSV(B) 289.79º 0.93% 0.82% -
XYZ 29.58 14.18 61.5 -
YUV 85.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 176 15 209 0.16 0.93 0 0.18 289.79 0.87 0.44
Hex B0 F D1 10 5D 0 12 122 57 2C
Octal 260 17 321 20 135 0 22 442 127 54
Binary 10110000 1111 11010001 10000 1011101 0 10010 100100010 1010111 101100

Color Harmonies of #B00FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FD1

Black with #B00FD1

Text Example


Text Example

White with #B00FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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