Html Css Color HEX #B115CA Deep Magenta

📋 copy color: '#B115CA'

red 177 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #B115CA

Tints of Deep Magenta #B115CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 44.25%
G = 5.25%
B = 50.5%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B115CA (or 0xB115CA) is known color: Deep Magenta. HEX triplet: B1, 15 and CA. RGB value is (177,21,202). Sum of RGB (Red+Green+Blue) = 177+21+202=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #B115CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115CA is #4EEA35. Grayscale: #575757. Windows color (decimal): -5171766 or 13243825. OLE color: 13243825.

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

Color convert

RGB 177 21 202 -
CMYK 0.12 0.90 0 0.21
HSL 291.71º 0.81% 0.44% -
HSV(B) 291.71º 0.9% 0.79% -
XYZ 29.06 14.15 57.08 -
YUV 88.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 177 21 202 0.12 0.90 0 0.21 291.71 0.81 0.44
Hex B1 15 CA C 5A 0 15 124 51 2C
Octal 261 25 312 14 132 0 25 444 121 54
Binary 10110001 10101 11001010 1100 1011010 0 10101 100100100 1010001 101100

Color Harmonies of #B115CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115CA

Black with #B115CA

Text Example


Text Example

White with #B115CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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