Html Css Color HEX #B015C9 Deep Magenta

📋 copy color: '#B015C9'

red 176 ◦ green 21 ◦ blue 201

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

Shades of Deep Magenta #B015C9

Tints of Deep Magenta #B015C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 44.22%
G = 5.28%
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

#B015C9 (or 0xB015C9) is known color: Deep Magenta. HEX triplet: B0, 15 and C9. RGB value is (176,21,201). Sum of RGB (Red+Green+Blue) = 176+21+201=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #B015C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015C9 is #4FEA36. Grayscale: #575757. Windows color (decimal): -5237303 or 13178288. OLE color: 13178288.

HSL color Cylindrical-coordinate representation of color #B015C9: hue angle of 291.67º 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 #B015C9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 21 201 -
CMYK 0.12 0.90 0 0.21
HSL 291.67º 0.81% 0.44% -
HSV(B) 291.67º 0.9% 0.79% -
XYZ 28.72 13.98 56.44 -
YUV 87.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 176 21 201 0.12 0.90 0 0.21 291.67 0.81 0.44
Hex B0 15 C9 C 5A 0 15 124 51 2C
Octal 260 25 311 14 132 0 25 444 121 54
Binary 10110000 10101 11001001 1100 1011010 0 10101 100100100 1010001 101100

Color Harmonies of #B015C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015C9

Black with #B015C9

Text Example


Text Example

White with #B015C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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