Html Css Color HEX #B10FDD Dark Violet

📋 copy color: '#B10FDD'

red 177 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #B10FDD

Tints of Dark Violet #B10FDD

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 42.86%
G = 3.63%
B = 53.51%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B10FDD (or 0xB10FDD) is known color: Dark Violet. HEX triplet: B1, 0F and DD. RGB value is (177,15,221). Sum of RGB (Red+Green+Blue) = 177+15+221=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #B10FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FDD is #4EF022. Grayscale: #565656. Windows color (decimal): -5173283 or 14487473. OLE color: 14487473.

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

Color convert

RGB 177 15 221 -
CMYK 0.20 0.93 0 0.13
HSL 287.18º 0.87% 0.46% -
HSV(B) 287.18º 0.93% 0.87% -
XYZ 31.35 14.91 69.63 -
YUV 86.92 203.67 192.25 -
System Red Green Blue C M Y K H S L
Decimal 177 15 221 0.20 0.93 0 0.13 287.18 0.87 0.46
Hex B1 F DD 14 5D 0 D 11F 57 2E
Octal 261 17 335 24 135 0 15 437 127 56
Binary 10110001 1111 11011101 10100 1011101 0 1101 100011111 1010111 101110

Color Harmonies of #B10FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FDD

Black with #B10FDD

Text Example


Text Example

White with #B10FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FDD; }

 p { color: rgb(177,15,221); }

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

background-color css

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

 a { background-color: rgb(177,15,221); }

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

border-color css

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

 span { border-color: rgb(177,15,221); }

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