Html Css Color HEX #B808A8 Deep Magenta

📋 copy color: '#B808A8'

red 184 ◦ green 8 ◦ blue 168

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

Shades of Deep Magenta #B808A8

Tints of Deep Magenta #B808A8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

 BLUE value IS 168 (66.02% from 255) = 46.67%

R = 51.11%
G = 2.22%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B808A8 (or 0xB808A8) is known color: Deep Magenta. HEX triplet: B8, 08 and A8. RGB value is (184,8,168). Sum of RGB (Red+Green+Blue) = 184+8+168=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B808A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B808A8 is #47F757. Grayscale: #4E4E4E. Windows color (decimal): -4716376 or 11012280. OLE color: 11012280.

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

Color convert

RGB 184 8 168 -
CMYK 0 0.96 0.09 0.28
HSL 305.45º 0.92% 0.38% -
HSV(B) 305.45º 0.96% 0.72% -
XYZ 26.92 13.19 38.17 -
YUV 78.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 184 8 168 0 0.96 0.09 0.28 305.45 0.92 0.38
Hex B8 8 A8 0 60 9 1C 131 5C 26
Octal 270 10 250 0 140 11 34 461 134 46
Binary 10111000 1000 10101000 0 1100000 1001 11100 100110001 1011100 100110

Color Harmonies of #B808A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808A8

Black with #B808A8

Text Example


Text Example

White with #B808A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808A8; }

 p { color: rgb(184,8,168); }

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

background-color css

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

 a { background-color: rgb(184,8,168); }

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

border-color css

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

 span { border-color: rgb(184,8,168); }

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