Html Css Color HEX #B001DA Dark Violet

📋 copy color: '#B001DA'

red 176 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #B001DA

Tints of Dark Violet #B001DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 44.56%
G = 0.25%
B = 55.19%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B001DA (or 0xB001DA) is known color: Dark Violet. HEX triplet: B0, 01 and DA. RGB value is (176,1,218). Sum of RGB (Red+Green+Blue) = 176+1+218=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #B001DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001DA is #4FFE25. Grayscale: #4D4D4D. Windows color (decimal): -5242406 or 14287280. OLE color: 14287280.

HSL color Cylindrical-coordinate representation of color #B001DA: hue angle of 288.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B001DA is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 1 218 -
CMYK 0.19 1.00 0 0.15
HSL 288.39º 0.99% 0.43% -
HSV(B) 288.39º 1% 0.85% -
XYZ 30.57 14.31 67.48 -
YUV 78.06 206.98 197.86 -
System Red Green Blue C M Y K H S L
Decimal 176 1 218 0.19 1.00 0 0.15 288.39 0.99 0.43
Hex B0 1 DA 13 64 0 F 120 63 2B
Octal 260 1 332 23 144 0 17 440 143 53
Binary 10110000 1 11011010 10011 1100100 0 1111 100100000 1100011 101011

Color Harmonies of #B001DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001DA

Black with #B001DA

Text Example


Text Example

White with #B001DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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