Html Css Color HEX #B204CF Deep Magenta

📋 copy color: '#B204CF'

red 178 ◦ green 4 ◦ blue 207

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

Shades of Deep Magenta #B204CF

Tints of Deep Magenta #B204CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 45.76%
G = 1.03%
B = 53.21%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B204CF (or 0xB204CF) is known color: Deep Magenta. HEX triplet: B2, 04 and CF. RGB value is (178,4,207). Sum of RGB (Red+Green+Blue) = 178+4+207=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #B204CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204CF is #4DFB30. Grayscale: #4E4E4E. Windows color (decimal): -5110577 or 13567154. OLE color: 13567154.

HSL color Cylindrical-coordinate representation of color #B204CF: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204CF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 4 207 -
CMYK 0.14 0.98 0 0.19
HSL 291.43º 0.96% 0.41% -
HSV(B) 291.43º 0.98% 0.81% -
XYZ 29.67 14.06 60.18 -
YUV 79.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 178 4 207 0.14 0.98 0 0.19 291.43 0.96 0.41
Hex B2 4 CF E 62 0 13 123 60 29
Octal 262 4 317 16 142 0 23 443 140 51
Binary 10110010 100 11001111 1110 1100010 0 10011 100100011 1100000 101001

Color Harmonies of #B204CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204CF

Black with #B204CF

Text Example


Text Example

White with #B204CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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