Html Css Color HEX #B807B1 Deep Magenta

📋 copy color: '#B807B1'

red 184 ◦ green 7 ◦ blue 177

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

Shades of Deep Magenta #B807B1

Tints of Deep Magenta #B807B1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.9%

 BLUE value IS 177 (69.53% from 255) = 48.1%

R = 50%
G = 1.9%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B807B1 (or 0xB807B1) is known color: Deep Magenta. HEX triplet: B8, 07 and B1. RGB value is (184,7,177). Sum of RGB (Red+Green+Blue) = 184+7+177=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B807B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B807B1 is #47F84E. Grayscale: #4E4E4E. Windows color (decimal): -4716623 or 11601848. OLE color: 11601848.

HSL color Cylindrical-coordinate representation of color #B807B1: hue angle of 302.37º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B807B1 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 177 -
CMYK 0 0.96 0.04 0.28
HSL 302.37º 0.93% 0.37% -
HSV(B) 302.37º 0.96% 0.72% -
XYZ 27.78 13.52 42.74 -
YUV 79.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 184 7 177 0 0.96 0.04 0.28 302.37 0.93 0.37
Hex B8 7 B1 0 60 4 1C 12E 5D 25
Octal 270 7 261 0 140 4 34 456 135 45
Binary 10111000 111 10110001 0 1100000 100 11100 100101110 1011101 100101

Color Harmonies of #B807B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B807B1

Black with #B807B1

Text Example


Text Example

White with #B807B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B807B1; }

 p { color: rgb(184,7,177); }

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

background-color css

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

 a { background-color: rgb(184,7,177); }

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

border-color css

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

 span { border-color: rgb(184,7,177); }

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