Html Css Color HEX #B80CBB Deep Magenta

📋 copy color: '#B80CBB'

red 184 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #B80CBB

Tints of Deep Magenta #B80CBB

RGB

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

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

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

R = 48.04%
G = 3.13%
B = 48.83%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B80CBB (or 0xB80CBB) is known color: Deep Magenta. HEX triplet: B8, 0C and BB. RGB value is (184,12,187). Sum of RGB (Red+Green+Blue) = 184+12+187=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #B80CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CBB is #47F344. Grayscale: #525252. Windows color (decimal): -4715333 or 12258488. OLE color: 12258488.

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

Color convert

RGB 184 12 187 -
CMYK 0.02 0.94 0 0.27
HSL 298.97º 0.88% 0.39% -
HSV(B) 298.97º 0.94% 0.73% -
XYZ 28.87 14.04 48.2 -
YUV 83.38 186.48 199.77 -
System Red Green Blue C M Y K H S L
Decimal 184 12 187 0.02 0.94 0 0.27 298.97 0.88 0.39
Hex B8 C BB 2 5E 0 1B 12B 58 27
Octal 270 14 273 2 136 0 33 453 130 47
Binary 10111000 1100 10111011 10 1011110 0 11011 100101011 1011000 100111

Color Harmonies of #B80CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CBB

Black with #B80CBB

Text Example


Text Example

White with #B80CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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