Html Css Color HEX #B80BC3 Deep Magenta

📋 copy color: '#B80BC3'

red 184 ◦ green 11 ◦ blue 195

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

Shades of Deep Magenta #B80BC3

Tints of Deep Magenta #B80BC3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.82%

 BLUE value IS 195 (76.56% from 255) = 50%

R = 47.18%
G = 2.82%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B80BC3 (or 0xB80BC3) is known color: Deep Magenta. HEX triplet: B8, 0B and C3. RGB value is (184,11,195). Sum of RGB (Red+Green+Blue) = 184+11+195=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #B80BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BC3 is #47F43C. Grayscale: #535353. Windows color (decimal): -4715581 or 12782520. OLE color: 12782520.

HSL color Cylindrical-coordinate representation of color #B80BC3: hue angle of 296.41º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80BC3 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 11 195 -
CMYK 0.06 0.94 0 0.24
HSL 296.41º 0.89% 0.4% -
HSV(B) 296.41º 0.94% 0.76% -
XYZ 29.74 14.37 52.84 -
YUV 83.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 184 11 195 0.06 0.94 0 0.24 296.41 0.89 0.4
Hex B8 B C3 6 5E 0 18 128 59 28
Octal 270 13 303 6 136 0 30 450 131 50
Binary 10111000 1011 11000011 110 1011110 0 11000 100101000 1011001 101000

Color Harmonies of #B80BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BC3

Black with #B80BC3

Text Example


Text Example

White with #B80BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BC3; }

 p { color: rgb(184,11,195); }

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

background-color css

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

 a { background-color: rgb(184,11,195); }

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

border-color css

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

 span { border-color: rgb(184,11,195); }

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