Html Css Color HEX #B113DA Dark Violet

📋 copy color: '#B113DA'

red 177 ◦ green 19 ◦ blue 218

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

Shades of Dark Violet #B113DA

Tints of Dark Violet #B113DA

RGB

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

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

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

R = 42.75%
G = 4.59%
B = 52.66%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B113DA (or 0xB113DA) is known color: Dark Violet. HEX triplet: B1, 13 and DA. RGB value is (177,19,218). Sum of RGB (Red+Green+Blue) = 177+19+218=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B113DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113DA is #4EEC25. Grayscale: #585858. Windows color (decimal): -5172262 or 14291889. OLE color: 14291889.

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

Color convert

RGB 177 19 218 -
CMYK 0.19 0.91 0 0.15
HSL 287.64º 0.84% 0.46% -
HSV(B) 287.64º 0.91% 0.85% -
XYZ 31.02 14.87 67.57 -
YUV 88.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 177 19 218 0.19 0.91 0 0.15 287.64 0.84 0.46
Hex B1 13 DA 13 5B 0 F 120 54 2E
Octal 261 23 332 23 133 0 17 440 124 56
Binary 10110001 10011 11011010 10011 1011011 0 1111 100100000 1010100 101110

Color Harmonies of #B113DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113DA

Black with #B113DA

Text Example


Text Example

White with #B113DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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