Html Css Color HEX #B807AB Deep Magenta

📋 copy color: '#B807AB'

red 184 ◦ green 7 ◦ blue 171

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

Shades of Deep Magenta #B807AB

Tints of Deep Magenta #B807AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 50.83%
G = 1.93%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B807AB (or 0xB807AB) is known color: Deep Magenta. HEX triplet: B8, 07 and AB. RGB value is (184,7,171). Sum of RGB (Red+Green+Blue) = 184+7+171=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B807AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B807AB is #47F854. Grayscale: #4E4E4E. Windows color (decimal): -4716629 or 11208632. OLE color: 11208632.

HSL color Cylindrical-coordinate representation of color #B807AB: hue angle of 304.41º 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 #B807AB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 171 -
CMYK 0 0.96 0.07 0.28
HSL 304.41º 0.93% 0.37% -
HSV(B) 304.41º 0.96% 0.72% -
XYZ 27.19 13.28 39.66 -
YUV 78.62 180.14 203.16 -
System Red Green Blue C M Y K H S L
Decimal 184 7 171 0 0.96 0.07 0.28 304.41 0.93 0.37
Hex B8 7 AB 0 60 7 1C 130 5D 25
Octal 270 7 253 0 140 7 34 460 135 45
Binary 10111000 111 10101011 0 1100000 111 11100 100110000 1011101 100101

Color Harmonies of #B807AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B807AB

Black with #B807AB

Text Example


Text Example

White with #B807AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B807AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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