Html Css Color HEX #B80CBE Deep Magenta

📋 copy color: '#B80CBE'

red 184 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #B80CBE

Tints of Deep Magenta #B80CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

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

R = 47.67%
G = 3.11%
B = 49.22%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B80CBE (or 0xB80CBE) is known color: Deep Magenta. HEX triplet: B8, 0C and BE. RGB value is (184,12,190). Sum of RGB (Red+Green+Blue) = 184+12+190=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #B80CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CBE is #47F341. Grayscale: #535353. Windows color (decimal): -4715330 or 12455096. OLE color: 12455096.

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

Color convert

RGB 184 12 190 -
CMYK 0.03 0.94 0 0.25
HSL 297.98º 0.88% 0.4% -
HSV(B) 297.98º 0.94% 0.75% -
XYZ 29.19 14.17 49.91 -
YUV 83.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 184 12 190 0.03 0.94 0 0.25 297.98 0.88 0.4
Hex B8 C BE 3 5E 0 19 12A 58 28
Octal 270 14 276 3 136 0 31 452 130 50
Binary 10111000 1100 10111110 11 1011110 0 11001 100101010 1011000 101000

Color Harmonies of #B80CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CBE

Black with #B80CBE

Text Example


Text Example

White with #B80CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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