Html Css Color HEX #B609AF Deep Magenta

📋 copy color: '#B609AF'

red 182 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #B609AF

Tints of Deep Magenta #B609AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 49.73%
G = 2.46%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B609AF (or 0xB609AF) is known color: Deep Magenta. HEX triplet: B6, 09 and AF. RGB value is (182,9,175). Sum of RGB (Red+Green+Blue) = 182+9+175=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B609AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609AF is #49F650. Grayscale: #4F4F4F. Windows color (decimal): -4847185 or 11471286. OLE color: 11471286.

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

Color convert

RGB 182 9 175 -
CMYK 0 0.95 0.04 0.29
HSL 302.43º 0.91% 0.37% -
HSV(B) 302.43º 0.95% 0.71% -
XYZ 27.13 13.24 41.68 -
YUV 79.65 181.81 201 -
System Red Green Blue C M Y K H S L
Decimal 182 9 175 0 0.95 0.04 0.29 302.43 0.91 0.37
Hex B6 9 AF 0 5F 4 1D 12E 5B 25
Octal 266 11 257 0 137 4 35 456 133 45
Binary 10110110 1001 10101111 0 1011111 100 11101 100101110 1011011 100101

Color Harmonies of #B609AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609AF

Black with #B609AF

Text Example


Text Example

White with #B609AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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