Html Css Color HEX #B807BB Deep Magenta

📋 copy color: '#B807BB'

red 184 ◦ green 7 ◦ blue 187

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

Shades of Deep Magenta #B807BB

Tints of Deep Magenta #B807BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 48.68%
G = 1.85%
B = 49.47%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B807BB (or 0xB807BB) is known color: Deep Magenta. HEX triplet: B8, 07 and BB. RGB value is (184,7,187). Sum of RGB (Red+Green+Blue) = 184+7+187=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #B807BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807BB is #47F844. Grayscale: #4F4F4F. Windows color (decimal): -4716613 or 12257208. OLE color: 12257208.

HSL color Cylindrical-coordinate representation of color #B807BB: hue angle of 299º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B807BB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 7 187 -
CMYK 0.02 0.96 0 0.27
HSL 299º 0.93% 0.38% -
HSV(B) 299º 0.96% 0.73% -
XYZ 28.81 13.93 48.18 -
YUV 80.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 184 7 187 0.02 0.96 0 0.27 299 0.93 0.38
Hex B8 7 BB 2 60 0 1B 12B 5D 26
Octal 270 7 273 2 140 0 33 453 135 46
Binary 10111000 111 10111011 10 1100000 0 11011 100101011 1011101 100110

Color Harmonies of #B807BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B807BB

Black with #B807BB

Text Example


Text Example

White with #B807BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B807BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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