Html Css Color HEX #B10BDD Dark Violet

📋 copy color: '#B10BDD'

red 177 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #B10BDD

Tints of Dark Violet #B10BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.69%

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

R = 43.28%
G = 2.69%
B = 54.03%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B10BDD (or 0xB10BDD) is known color: Dark Violet. HEX triplet: B1, 0B and DD. RGB value is (177,11,221). Sum of RGB (Red+Green+Blue) = 177+11+221=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #B10BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BDD is #4EF422. Grayscale: #535353. Windows color (decimal): -5174307 or 14486449. OLE color: 14486449.

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

Color convert

RGB 177 11 221 -
CMYK 0.20 0.95 0 0.13
HSL 287.43º 0.91% 0.45% -
HSV(B) 287.43º 0.95% 0.87% -
XYZ 31.3 14.81 69.61 -
YUV 84.57 205 193.92 -
System Red Green Blue C M Y K H S L
Decimal 177 11 221 0.20 0.95 0 0.13 287.43 0.91 0.45
Hex B1 B DD 14 5F 0 D 11F 5B 2D
Octal 261 13 335 24 137 0 15 437 133 55
Binary 10110001 1011 11011101 10100 1011111 0 1101 100011111 1011011 101101

Color Harmonies of #B10BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BDD

Black with #B10BDD

Text Example


Text Example

White with #B10BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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