Html Css Color HEX #B115D5 Dark Violet

📋 copy color: '#B115D5'

red 177 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #B115D5

Tints of Dark Violet #B115D5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.11%

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 43.07%
G = 5.11%
B = 51.82%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B115D5 (or 0xB115D5) is known color: Dark Violet. HEX triplet: B1, 15 and D5. RGB value is (177,21,213). Sum of RGB (Red+Green+Blue) = 177+21+213=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #B115D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115D5 is #4EEA2A. Grayscale: #585858. Windows color (decimal): -5171755 or 13964721. OLE color: 13964721.

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

Color convert

RGB 177 21 213 -
CMYK 0.17 0.90 0 0.16
HSL 288.75º 0.82% 0.46% -
HSV(B) 288.75º 0.9% 0.84% -
XYZ 30.41 14.69 64.18 -
YUV 89.53 197.68 190.39 -
System Red Green Blue C M Y K H S L
Decimal 177 21 213 0.17 0.90 0 0.16 288.75 0.82 0.46
Hex B1 15 D5 11 5A 0 10 121 52 2E
Octal 261 25 325 21 132 0 20 441 122 56
Binary 10110001 10101 11010101 10001 1011010 0 10000 100100001 1010010 101110

Color Harmonies of #B115D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115D5

Black with #B115D5

Text Example


Text Example

White with #B115D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115D5; }

 p { color: rgb(177,21,213); }

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

background-color css

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

 a { background-color: rgb(177,21,213); }

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

border-color css

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

 span { border-color: rgb(177,21,213); }

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