Html Css Color HEX #B113D5 Dark Violet

📋 copy color: '#B113D5'

red 177 ◦ green 19 ◦ blue 213

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

Shades of Dark Violet #B113D5

Tints of Dark Violet #B113D5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.65%

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

R = 43.28%
G = 4.65%
B = 52.08%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B113D5 (or 0xB113D5) is known color: Dark Violet. HEX triplet: B1, 13 and D5. RGB value is (177,19,213). Sum of RGB (Red+Green+Blue) = 177+19+213=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #B113D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113D5 is #4EEC2A. Grayscale: #575757. Windows color (decimal): -5172267 or 13964209. OLE color: 13964209.

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

Color convert

RGB 177 19 213 -
CMYK 0.17 0.91 0 0.16
HSL 288.87º 0.84% 0.45% -
HSV(B) 288.87º 0.91% 0.84% -
XYZ 30.37 14.62 64.17 -
YUV 88.36 198.35 191.23 -
System Red Green Blue C M Y K H S L
Decimal 177 19 213 0.17 0.91 0 0.16 288.87 0.84 0.45
Hex B1 13 D5 11 5B 0 10 121 54 2D
Octal 261 23 325 21 133 0 20 441 124 55
Binary 10110001 10011 11010101 10001 1011011 0 10000 100100001 1010100 101101

Color Harmonies of #B113D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113D5

Black with #B113D5

Text Example


Text Example

White with #B113D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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