Html Css Color HEX #B00FDA Dark Violet

📋 copy color: '#B00FDA'

red 176 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #B00FDA

Tints of Dark Violet #B00FDA

RGB

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

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

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

R = 43.03%
G = 3.67%
B = 53.3%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B00FDA (or 0xB00FDA) is known color: Dark Violet. HEX triplet: B0, 0F and DA. RGB value is (176,15,218). Sum of RGB (Red+Green+Blue) = 176+15+218=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #B00FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FDA is #4FF025. Grayscale: #555555. Windows color (decimal): -5238822 or 14290864. OLE color: 14290864.

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

Color convert

RGB 176 15 218 -
CMYK 0.19 0.93 0 0.15
HSL 287.59º 0.87% 0.46% -
HSV(B) 287.59º 0.93% 0.85% -
XYZ 30.73 14.63 67.53 -
YUV 86.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 176 15 218 0.19 0.93 0 0.15 287.59 0.87 0.46
Hex B0 F DA 13 5D 0 F 120 57 2E
Octal 260 17 332 23 135 0 17 440 127 56
Binary 10110000 1111 11011010 10011 1011101 0 1111 100100000 1010111 101110

Color Harmonies of #B00FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FDA

Black with #B00FDA

Text Example


Text Example

White with #B00FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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