Html Css Color HEX #B809D6 Deep Magenta

📋 copy color: '#B809D6'

red 184 ◦ green 9 ◦ blue 214

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

Shades of Deep Magenta #B809D6

Tints of Deep Magenta #B809D6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

 BLUE value IS 214 (83.98% from 255) = 52.58%

R = 45.21%
G = 2.21%
B = 52.58%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B809D6 (or 0xB809D6) is known color: Deep Magenta. HEX triplet: B8, 09 and D6. RGB value is (184,9,214). Sum of RGB (Red+Green+Blue) = 184+9+214=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #B809D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B809D6 is #47F629. Grayscale: #545454. Windows color (decimal): -4716074 or 14027192. OLE color: 14027192.

HSL color Cylindrical-coordinate representation of color #B809D6: hue angle of 291.22º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B809D6 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 9 214 -
CMYK 0.14 0.96 0 0.16
HSL 291.22º 0.92% 0.44% -
HSV(B) 291.22º 0.96% 0.84% -
XYZ 32 15.24 64.87 -
YUV 84.7 200.98 198.83 -
System Red Green Blue C M Y K H S L
Decimal 184 9 214 0.14 0.96 0 0.16 291.22 0.92 0.44
Hex B8 9 D6 E 60 0 10 123 5C 2C
Octal 270 11 326 16 140 0 20 443 134 54
Binary 10111000 1001 11010110 1110 1100000 0 10000 100100011 1011100 101100

Color Harmonies of #B809D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B809D6

Black with #B809D6

Text Example


Text Example

White with #B809D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B809D6; }

 p { color: rgb(184,9,214); }

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

background-color css

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

 a { background-color: rgb(184,9,214); }

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

border-color css

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

 span { border-color: rgb(184,9,214); }

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