Html Css Color HEX #B807B0 Deep Magenta

📋 copy color: '#B807B0'

red 184 ◦ green 7 ◦ blue 176

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

Shades of Deep Magenta #B807B0

Tints of Deep Magenta #B807B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.96%

R = 50.14%
G = 1.91%
B = 47.96%

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

#B807B0 (or 0xB807B0) is known color: Deep Magenta. HEX triplet: B8, 07 and B0. RGB value is (184,7,176). Sum of RGB (Red+Green+Blue) = 184+7+176=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B807B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B807B0 is #47F84F. Grayscale: #4E4E4E. Windows color (decimal): -4716624 or 11536312. OLE color: 11536312.

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

Color convert

RGB 184 7 176 -
CMYK 0 0.96 0.04 0.28
HSL 302.71º 0.93% 0.37% -
HSV(B) 302.71º 0.96% 0.72% -
XYZ 27.68 13.48 42.22 -
YUV 79.19 182.64 202.76 -
System Red Green Blue C M Y K H S L
Decimal 184 7 176 0 0.96 0.04 0.28 302.71 0.93 0.37
Hex B8 7 B0 0 60 4 1C 12F 5D 25
Octal 270 7 260 0 140 4 34 457 135 45
Binary 10111000 111 10110000 0 1100000 100 11100 100101111 1011101 100101

Color Harmonies of #B807B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B807B0

Black with #B807B0

Text Example


Text Example

White with #B807B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B807B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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