Html Css Color HEX #B10AD5 Dark Violet

📋 copy color: '#B10AD5'

red 177 ◦ green 10 ◦ blue 213

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

Shades of Dark Violet #B10AD5

Tints of Dark Violet #B10AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.5%

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 44.25%
G = 2.5%
B = 53.25%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B10AD5 (or 0xB10AD5) is known color: Dark Violet. HEX triplet: B1, 0A and D5. RGB value is (177,10,213). Sum of RGB (Red+Green+Blue) = 177+10+213=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #B10AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AD5 is #4EF52A. Grayscale: #525252. Windows color (decimal): -5174571 or 13961905. OLE color: 13961905.

HSL color Cylindrical-coordinate representation of color #B10AD5: hue angle of 289.36º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10AD5 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 10 213 -
CMYK 0.17 0.95 0 0.16
HSL 289.36º 0.91% 0.44% -
HSV(B) 289.36º 0.95% 0.84% -
XYZ 30.25 14.37 64.13 -
YUV 83.08 201.33 194.99 -
System Red Green Blue C M Y K H S L
Decimal 177 10 213 0.17 0.95 0 0.16 289.36 0.91 0.44
Hex B1 A D5 11 5F 0 10 121 5B 2C
Octal 261 12 325 21 137 0 20 441 133 54
Binary 10110001 1010 11010101 10001 1011111 0 10000 100100001 1011011 101100

Color Harmonies of #B10AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10AD5

Black with #B10AD5

Text Example


Text Example

White with #B10AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10AD5; }

 p { color: rgb(177,10,213); }

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

background-color css

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

 a { background-color: rgb(177,10,213); }

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

border-color css

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

 span { border-color: rgb(177,10,213); }

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