Html Css Color HEX #B015C3 Deep Magenta

📋 copy color: '#B015C3'

red 176 ◦ green 21 ◦ blue 195

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

Shades of Deep Magenta #B015C3

Tints of Deep Magenta #B015C3

RGB

 RED value IS 176 (69.14% from 255) = 44.9%

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

 BLUE value IS 195 (76.56% from 255) = 49.74%

R = 44.9%
G = 5.36%
B = 49.74%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B015C3 (or 0xB015C3) is known color: Deep Magenta. HEX triplet: B0, 15 and C3. RGB value is (176,21,195). Sum of RGB (Red+Green+Blue) = 176+21+195=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #B015C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015C3 is #4FEA3C. Grayscale: #565656. Windows color (decimal): -5237309 or 12785072. OLE color: 12785072.

HSL color Cylindrical-coordinate representation of color #B015C3: hue angle of 293.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B015C3 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 21 195 -
CMYK 0.10 0.89 0 0.24
HSL 293.45º 0.81% 0.42% -
HSV(B) 293.45º 0.89% 0.76% -
XYZ 28.02 13.71 52.8 -
YUV 87.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 176 21 195 0.10 0.89 0 0.24 293.45 0.81 0.42
Hex B0 15 C3 A 59 0 18 125 51 2A
Octal 260 25 303 12 131 0 30 445 121 52
Binary 10110000 10101 11000011 1010 1011001 0 11000 100100101 1010001 101010

Color Harmonies of #B015C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015C3

Black with #B015C3

Text Example


Text Example

White with #B015C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015C3; }

 p { color: rgb(176,21,195); }

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

background-color css

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

 a { background-color: rgb(176,21,195); }

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

border-color css

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

 span { border-color: rgb(176,21,195); }

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