Html Css Color HEX #B609A8 Deep Magenta

📋 copy color: '#B609A8'

red 182 ◦ green 9 ◦ blue 168

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

Shades of Deep Magenta #B609A8

Tints of Deep Magenta #B609A8

RGB

 RED value IS 182 (71.48% from 255) = 50.7%

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

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

R = 50.7%
G = 2.51%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B609A8 (or 0xB609A8) is known color: Deep Magenta. HEX triplet: B6, 09 and A8. RGB value is (182,9,168). Sum of RGB (Red+Green+Blue) = 182+9+168=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B609A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609A8 is #49F657. Grayscale: #4E4E4E. Windows color (decimal): -4847192 or 11012534. OLE color: 11012534.

HSL color Cylindrical-coordinate representation of color #B609A8: hue angle of 304.86º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B609A8 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 9 168 -
CMYK 0 0.95 0.08 0.29
HSL 304.86º 0.91% 0.37% -
HSV(B) 304.86º 0.95% 0.71% -
XYZ 26.46 12.97 38.15 -
YUV 78.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 182 9 168 0 0.95 0.08 0.29 304.86 0.91 0.37
Hex B6 9 A8 0 5F 8 1D 131 5B 25
Octal 266 11 250 0 137 10 35 461 133 45
Binary 10110110 1001 10101000 0 1011111 1000 11101 100110001 1011011 100101

Color Harmonies of #B609A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609A8

Black with #B609A8

Text Example


Text Example

White with #B609A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609A8; }

 p { color: rgb(182,9,168); }

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

background-color css

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

 a { background-color: rgb(182,9,168); }

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

border-color css

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

 span { border-color: rgb(182,9,168); }

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