Html Css Color HEX #B115CB Deep Magenta

📋 copy color: '#B115CB'

red 177 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #B115CB

Tints of Deep Magenta #B115CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 44.14%
G = 5.24%
B = 50.62%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B115CB (or 0xB115CB) is known color: Deep Magenta. HEX triplet: B1, 15 and CB. RGB value is (177,21,203). Sum of RGB (Red+Green+Blue) = 177+21+203=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #B115CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115CB is #4EEA34. Grayscale: #575757. Windows color (decimal): -5171765 or 13309361. OLE color: 13309361.

HSL color Cylindrical-coordinate representation of color #B115CB: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B115CB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 21 203 -
CMYK 0.13 0.90 0 0.20
HSL 291.43º 0.81% 0.44% -
HSV(B) 291.43º 0.9% 0.8% -
XYZ 29.18 14.2 57.7 -
YUV 88.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 177 21 203 0.13 0.90 0 0.20 291.43 0.81 0.44
Hex B1 15 CB D 5A 0 14 123 51 2C
Octal 261 25 313 15 132 0 24 443 121 54
Binary 10110001 10101 11001011 1101 1011010 0 10100 100100011 1010001 101100

Color Harmonies of #B115CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115CB

Black with #B115CB

Text Example


Text Example

White with #B115CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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