Html Css Color HEX #B015C2 Deep Magenta

📋 copy color: '#B015C2'

red 176 ◦ green 21 ◦ blue 194

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

Shades of Deep Magenta #B015C2

Tints of Deep Magenta #B015C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.62%

R = 45.01%
G = 5.37%
B = 49.62%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B015C2 (or 0xB015C2) is known color: Deep Magenta. HEX triplet: B0, 15 and C2. RGB value is (176,21,194). Sum of RGB (Red+Green+Blue) = 176+21+194=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #B015C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015C2 is #4FEA3D. Grayscale: #565656. Windows color (decimal): -5237310 or 12719536. OLE color: 12719536.

HSL color Cylindrical-coordinate representation of color #B015C2: hue angle of 293.76º degrees, saturation: 0.8, 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 #B015C2 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 21 194 -
CMYK 0.09 0.89 0 0.24
HSL 293.76º 0.8% 0.42% -
HSV(B) 293.76º 0.89% 0.76% -
XYZ 27.91 13.66 52.2 -
YUV 87.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 176 21 194 0.09 0.89 0 0.24 293.76 0.8 0.42
Hex B0 15 C2 9 59 0 18 126 50 2A
Octal 260 25 302 11 131 0 30 446 120 52
Binary 10110000 10101 11000010 1001 1011001 0 11000 100100110 1010000 101010

Color Harmonies of #B015C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015C2

Black with #B015C2

Text Example


Text Example

White with #B015C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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