Html Css Color HEX #B001DF Dark Violet

📋 copy color: '#B001DF'

red 176 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #B001DF

Tints of Dark Violet #B001DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 44%
G = 0.25%
B = 55.75%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B001DF (or 0xB001DF) is known color: Dark Violet. HEX triplet: B0, 01 and DF. RGB value is (176,1,223). Sum of RGB (Red+Green+Blue) = 176+1+223=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #B001DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001DF is #4FFE20. Grayscale: #4D4D4D. Windows color (decimal): -5242401 or 14614960. OLE color: 14614960.

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

Color convert

RGB 176 1 223 -
CMYK 0.21 1.00 0 0.13
HSL 287.3º 0.99% 0.44% -
HSV(B) 287.3º 1% 0.87% -
XYZ 31.23 14.58 70.98 -
YUV 78.63 209.48 197.45 -
System Red Green Blue C M Y K H S L
Decimal 176 1 223 0.21 1.00 0 0.13 287.3 0.99 0.44
Hex B0 1 DF 15 64 0 D 11F 63 2C
Octal 260 1 337 25 144 0 15 437 143 54
Binary 10110000 1 11011111 10101 1100100 0 1101 100011111 1100011 101100

Color Harmonies of #B001DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001DF

Black with #B001DF

Text Example


Text Example

White with #B001DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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