Html Css Color HEX #B815BA Deep Magenta

📋 copy color: '#B815BA'

red 184 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #B815BA

Tints of Deep Magenta #B815BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 47.06%
G = 5.37%
B = 47.57%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B815BA (or 0xB815BA) is known color: Deep Magenta. HEX triplet: B8, 15 and BA. RGB value is (184,21,186). Sum of RGB (Red+Green+Blue) = 184+21+186=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B815BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815BA is #47EA45. Grayscale: #585858. Windows color (decimal): -4713030 or 12195256. OLE color: 12195256.

HSL color Cylindrical-coordinate representation of color #B815BA: hue angle of 299.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B815BA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 21 186 -
CMYK 0.01 0.89 0 0.27
HSL 299.27º 0.8% 0.41% -
HSV(B) 299.27º 0.89% 0.73% -
XYZ 28.9 14.27 47.69 -
YUV 88.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 184 21 186 0.01 0.89 0 0.27 299.27 0.8 0.41
Hex B8 15 BA 1 59 0 1B 12B 50 29
Octal 270 25 272 1 131 0 33 453 120 51
Binary 10111000 10101 10111010 1 1011001 0 11011 100101011 1010000 101001

Color Harmonies of #B815BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815BA

Black with #B815BA

Text Example


Text Example

White with #B815BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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