Html Css Color HEX #B112DE Dark Violet

📋 copy color: '#B112DE'

red 177 ◦ green 18 ◦ blue 222

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

Shades of Dark Violet #B112DE

Tints of Dark Violet #B112DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 42.45%
G = 4.32%
B = 53.24%

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

#B112DE (or 0xB112DE) is known color: Dark Violet. HEX triplet: B1, 12 and DE. RGB value is (177,18,222). Sum of RGB (Red+Green+Blue) = 177+18+222=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #B112DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112DE is #4EED21. Grayscale: #585858. Windows color (decimal): -5172514 or 14553777. OLE color: 14553777.

HSL color Cylindrical-coordinate representation of color #B112DE: hue angle of 286.76º 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 #B112DE is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 18 222 -
CMYK 0.20 0.92 0 0.13
HSL 286.76º 0.85% 0.47% -
HSV(B) 286.76º 0.92% 0.87% -
XYZ 31.53 15.05 70.35 -
YUV 88.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 177 18 222 0.20 0.92 0 0.13 286.76 0.85 0.47
Hex B1 12 DE 14 5C 0 D 11F 55 2F
Octal 261 22 336 24 134 0 15 437 125 57
Binary 10110001 10010 11011110 10100 1011100 0 1101 100011111 1010101 101111

Color Harmonies of #B112DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112DE

Black with #B112DE

Text Example


Text Example

White with #B112DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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