Html Css Color HEX #B204AF Deep Magenta

📋 copy color: '#B204AF'

red 178 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #B204AF

Tints of Deep Magenta #B204AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 49.86%
G = 1.12%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B204AF (or 0xB204AF) is known color: Deep Magenta. HEX triplet: B2, 04 and AF. RGB value is (178,4,175). Sum of RGB (Red+Green+Blue) = 178+4+175=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B204AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204AF is #4DFB50. Grayscale: #4B4B4B. Windows color (decimal): -5110609 or 11470002. OLE color: 11470002.

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

Color convert

RGB 178 4 175 -
CMYK 0 0.98 0.02 0.30
HSL 301.03º 0.96% 0.36% -
HSV(B) 301.03º 0.98% 0.7% -
XYZ 26.14 12.65 41.62 -
YUV 75.52 184.15 201.1 -
System Red Green Blue C M Y K H S L
Decimal 178 4 175 0 0.98 0.02 0.30 301.03 0.96 0.36
Hex B2 4 AF 0 62 2 1E 12D 60 24
Octal 262 4 257 0 142 2 36 455 140 44
Binary 10110010 100 10101111 0 1100010 10 11110 100101101 1100000 100100

Color Harmonies of #B204AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204AF

Black with #B204AF

Text Example


Text Example

White with #B204AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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