Html Css Color HEX #B815CA Deep Magenta

📋 copy color: '#B815CA'

red 184 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #B815CA

Tints of Deep Magenta #B815CA

RGB

 RED value IS 184 (72.27% from 255) = 45.21%

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

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

R = 45.21%
G = 5.16%
B = 49.63%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B815CA (or 0xB815CA) is known color: Deep Magenta. HEX triplet: B8, 15 and CA. RGB value is (184,21,202). Sum of RGB (Red+Green+Blue) = 184+21+202=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #B815CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815CA is #47EA35. Grayscale: #595959. Windows color (decimal): -4713014 or 13243832. OLE color: 13243832.

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

Color convert

RGB 184 21 202 -
CMYK 0.09 0.90 0 0.21
HSL 294.03º 0.81% 0.44% -
HSV(B) 294.03º 0.9% 0.79% -
XYZ 30.7 14.99 57.15 -
YUV 90.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 184 21 202 0.09 0.90 0 0.21 294.03 0.81 0.44
Hex B8 15 CA 9 5A 0 15 126 51 2C
Octal 270 25 312 11 132 0 25 446 121 54
Binary 10111000 10101 11001010 1001 1011010 0 10101 100100110 1010001 101100

Color Harmonies of #B815CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815CA

Black with #B815CA

Text Example


Text Example

White with #B815CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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