Html Css Color HEX #B112DA Dark Violet

📋 copy color: '#B112DA'

red 177 ◦ green 18 ◦ blue 218

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

Shades of Dark Violet #B112DA

Tints of Dark Violet #B112DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.36%

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

R = 42.86%
G = 4.36%
B = 52.78%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B112DA (or 0xB112DA) is known color: Dark Violet. HEX triplet: B1, 12 and DA. RGB value is (177,18,218). Sum of RGB (Red+Green+Blue) = 177+18+218=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B112DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112DA is #4EED25. Grayscale: #575757. Windows color (decimal): -5172518 or 14291633. OLE color: 14291633.

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

Color convert

RGB 177 18 218 -
CMYK 0.19 0.92 0 0.15
HSL 287.7º 0.85% 0.46% -
HSV(B) 287.7º 0.92% 0.85% -
XYZ 31 14.84 67.56 -
YUV 88.34 201.18 191.24 -
System Red Green Blue C M Y K H S L
Decimal 177 18 218 0.19 0.92 0 0.15 287.7 0.85 0.46
Hex B1 12 DA 13 5C 0 F 120 55 2E
Octal 261 22 332 23 134 0 17 440 125 56
Binary 10110001 10010 11011010 10011 1011100 0 1111 100100000 1010101 101110

Color Harmonies of #B112DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112DA

Black with #B112DA

Text Example


Text Example

White with #B112DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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