Html Css Color HEX #B80FBB Deep Magenta

📋 copy color: '#B80FBB'

red 184 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #B80FBB

Tints of Deep Magenta #B80FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.89%

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 47.67%
G = 3.89%
B = 48.45%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B80FBB (or 0xB80FBB) is known color: Deep Magenta. HEX triplet: B8, 0F and BB. RGB value is (184,15,187). Sum of RGB (Red+Green+Blue) = 184+15+187=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #B80FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FBB is #47F044. Grayscale: #545454. Windows color (decimal): -4714565 or 12259256. OLE color: 12259256.

HSL color Cylindrical-coordinate representation of color #B80FBB: hue angle of 298.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FBB is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 15 187 -
CMYK 0.02 0.92 0 0.27
HSL 298.95º 0.85% 0.4% -
HSV(B) 298.95º 0.92% 0.73% -
XYZ 28.91 14.12 48.22 -
YUV 85.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 184 15 187 0.02 0.92 0 0.27 298.95 0.85 0.4
Hex B8 F BB 2 5C 0 1B 12B 55 28
Octal 270 17 273 2 134 0 33 453 125 50
Binary 10111000 1111 10111011 10 1011100 0 11011 100101011 1010101 101000

Color Harmonies of #B80FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FBB

Black with #B80FBB

Text Example


Text Example

White with #B80FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FBB; }

 p { color: rgb(184,15,187); }

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

background-color css

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

 a { background-color: rgb(184,15,187); }

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

border-color css

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

 span { border-color: rgb(184,15,187); }

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