Html Css Color HEX #B80BCC Deep Magenta

📋 copy color: '#B80BCC'

red 184 ◦ green 11 ◦ blue 204

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

Shades of Deep Magenta #B80BCC

Tints of Deep Magenta #B80BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 46.12%
G = 2.76%
B = 51.13%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B80BCC (or 0xB80BCC) is known color: Deep Magenta. HEX triplet: B8, 0B and CC. RGB value is (184,11,204). Sum of RGB (Red+Green+Blue) = 184+11+204=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B80BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BCC is #47F433. Grayscale: #545454. Windows color (decimal): -4715572 or 13372344. OLE color: 13372344.

HSL color Cylindrical-coordinate representation of color #B80BCC: hue angle of 293.78º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BCC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 11 204 -
CMYK 0.10 0.95 0 0.2
HSL 293.78º 0.9% 0.42% -
HSV(B) 293.78º 0.95% 0.8% -
XYZ 30.79 14.79 58.36 -
YUV 84.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 184 11 204 0.10 0.95 0 0.2 293.78 0.9 0.42
Hex B8 B CC A 5F 0 14 126 5A 2A
Octal 270 13 314 12 137 0 24 446 132 52
Binary 10111000 1011 11001100 1010 1011111 0 10100 100100110 1011010 101010

Color Harmonies of #B80BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BCC

Black with #B80BCC

Text Example


Text Example

White with #B80BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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