Html Css Color HEX #B209AF Deep Magenta

📋 copy color: '#B209AF'

red 178 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #B209AF

Tints of Deep Magenta #B209AF

RGB

 RED value IS 178 (69.92% from 255) = 49.17%

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

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

R = 49.17%
G = 2.49%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B209AF (or 0xB209AF) is known color: Deep Magenta. HEX triplet: B2, 09 and AF. RGB value is (178,9,175). Sum of RGB (Red+Green+Blue) = 178+9+175=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B209AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B209AF is #4DF650. Grayscale: #4D4D4D. Windows color (decimal): -5109329 or 11471282. OLE color: 11471282.

HSL color Cylindrical-coordinate representation of color #B209AF: hue angle of 301.07º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B209AF is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 175 -
CMYK 0 0.95 0.02 0.30
HSL 301.07º 0.9% 0.37% -
HSV(B) 301.07º 0.95% 0.7% -
XYZ 26.2 12.76 41.64 -
YUV 78.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 178 9 175 0 0.95 0.02 0.30 301.07 0.9 0.37
Hex B2 9 AF 0 5F 2 1E 12D 5A 25
Octal 262 11 257 0 137 2 36 455 132 45
Binary 10110010 1001 10101111 0 1011111 10 11110 100101101 1011010 100101

Color Harmonies of #B209AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209AF

Black with #B209AF

Text Example


Text Example

White with #B209AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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