Html Css Color HEX #B815BE Deep Magenta

📋 copy color: '#B815BE'

red 184 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #B815BE

Tints of Deep Magenta #B815BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 46.58%
G = 5.32%
B = 48.1%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B815BE (or 0xB815BE) is known color: Deep Magenta. HEX triplet: B8, 15 and BE. RGB value is (184,21,190). Sum of RGB (Red+Green+Blue) = 184+21+190=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #B815BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815BE is #47EA41. Grayscale: #585858. Windows color (decimal): -4713026 or 12457400. OLE color: 12457400.

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

Color convert

RGB 184 21 190 -
CMYK 0.03 0.89 0 0.25
HSL 297.87º 0.8% 0.41% -
HSV(B) 297.87º 0.89% 0.75% -
XYZ 29.33 14.44 49.96 -
YUV 89 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 184 21 190 0.03 0.89 0 0.25 297.87 0.8 0.41
Hex B8 15 BE 3 59 0 19 12A 50 29
Octal 270 25 276 3 131 0 31 452 120 51
Binary 10111000 10101 10111110 11 1011001 0 11001 100101010 1010000 101001

Color Harmonies of #B815BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815BE

Black with #B815BE

Text Example


Text Example

White with #B815BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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