Html Css Color HEX #B814BE Deep Magenta

📋 copy color: '#B814BE'

red 184 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #B814BE

Tints of Deep Magenta #B814BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

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

R = 46.7%
G = 5.08%
B = 48.22%

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

#B814BE (or 0xB814BE) is known color: Deep Magenta. HEX triplet: B8, 14 and BE. RGB value is (184,20,190). Sum of RGB (Red+Green+Blue) = 184+20+190=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #B814BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814BE is #47EB41. Grayscale: #575757. Windows color (decimal): -4713282 or 12457144. OLE color: 12457144.

HSL color Cylindrical-coordinate representation of color #B814BE: hue angle of 297.88º degrees, saturation: 0.81, 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 #B814BE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 20 190 -
CMYK 0.03 0.89 0 0.25
HSL 297.88º 0.81% 0.41% -
HSV(B) 297.88º 0.89% 0.75% -
XYZ 29.31 14.41 49.95 -
YUV 88.42 185.33 196.18 -
System Red Green Blue C M Y K H S L
Decimal 184 20 190 0.03 0.89 0 0.25 297.88 0.81 0.41
Hex B8 14 BE 3 59 0 19 12A 51 29
Octal 270 24 276 3 131 0 31 452 121 51
Binary 10111000 10100 10111110 11 1011001 0 11001 100101010 1010001 101001

Color Harmonies of #B814BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814BE

Black with #B814BE

Text Example


Text Example

White with #B814BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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