Html Css Color HEX #B113D7 Dark Violet

📋 copy color: '#B113D7'

red 177 ◦ green 19 ◦ blue 215

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

Shades of Dark Violet #B113D7

Tints of Dark Violet #B113D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 43.07%
G = 4.62%
B = 52.31%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B113D7 (or 0xB113D7) is known color: Dark Violet. HEX triplet: B1, 13 and D7. RGB value is (177,19,215). Sum of RGB (Red+Green+Blue) = 177+19+215=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #B113D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113D7 is #4EEC28. Grayscale: #575757. Windows color (decimal): -5172265 or 14095281. OLE color: 14095281.

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

Color convert

RGB 177 19 215 -
CMYK 0.18 0.91 0 0.16
HSL 288.37º 0.84% 0.46% -
HSV(B) 288.37º 0.91% 0.84% -
XYZ 30.63 14.72 65.52 -
YUV 88.59 199.35 191.06 -
System Red Green Blue C M Y K H S L
Decimal 177 19 215 0.18 0.91 0 0.16 288.37 0.84 0.46
Hex B1 13 D7 12 5B 0 10 120 54 2E
Octal 261 23 327 22 133 0 20 440 124 56
Binary 10110001 10011 11010111 10010 1011011 0 10000 100100000 1010100 101110

Color Harmonies of #B113D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113D7

Black with #B113D7

Text Example


Text Example

White with #B113D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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