Html Css Color HEX #B80CCF Deep Magenta

📋 copy color: '#B80CCF'

red 184 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #B80CCF

Tints of Deep Magenta #B80CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 45.66%
G = 2.98%
B = 51.36%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B80CCF (or 0xB80CCF) is known color: Deep Magenta. HEX triplet: B8, 0C and CF. RGB value is (184,12,207). Sum of RGB (Red+Green+Blue) = 184+12+207=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #B80CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CCF is #47F330. Grayscale: #555555. Windows color (decimal): -4715313 or 13569208. OLE color: 13569208.

HSL color Cylindrical-coordinate representation of color #B80CCF: hue angle of 292.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CCF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 12 207 -
CMYK 0.11 0.94 0 0.19
HSL 292.92º 0.89% 0.43% -
HSV(B) 292.92º 0.94% 0.81% -
XYZ 31.16 14.96 60.28 -
YUV 85.66 196.48 198.14 -
System Red Green Blue C M Y K H S L
Decimal 184 12 207 0.11 0.94 0 0.19 292.92 0.89 0.43
Hex B8 C CF B 5E 0 13 125 59 2B
Octal 270 14 317 13 136 0 23 445 131 53
Binary 10111000 1100 11001111 1011 1011110 0 10011 100100101 1011001 101011

Color Harmonies of #B80CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CCF

Black with #B80CCF

Text Example


Text Example

White with #B80CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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