Html Css Color HEX #B112DD Dark Violet

📋 copy color: '#B112DD'

red 177 ◦ green 18 ◦ blue 221

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

Shades of Dark Violet #B112DD

Tints of Dark Violet #B112DD

RGB

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

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

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

R = 42.55%
G = 4.33%
B = 53.13%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B112DD (or 0xB112DD) is known color: Dark Violet. HEX triplet: B1, 12 and DD. RGB value is (177,18,221). Sum of RGB (Red+Green+Blue) = 177+18+221=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B112DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112DD is #4EED22. Grayscale: #585858. Windows color (decimal): -5172515 or 14488241. OLE color: 14488241.

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

Color convert

RGB 177 18 221 -
CMYK 0.20 0.92 0 0.13
HSL 287º 0.85% 0.47% -
HSV(B) 287º 0.92% 0.87% -
XYZ 31.4 15 69.65 -
YUV 88.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 177 18 221 0.20 0.92 0 0.13 287 0.85 0.47
Hex B1 12 DD 14 5C 0 D 11F 55 2F
Octal 261 22 335 24 134 0 15 437 125 57
Binary 10110001 10010 11011101 10100 1011100 0 1101 100011111 1010101 101111

Color Harmonies of #B112DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112DD

Black with #B112DD

Text Example


Text Example

White with #B112DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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