Html Css Color HEX #B204CC Deep Magenta

📋 copy color: '#B204CC'

red 178 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #B204CC

Tints of Deep Magenta #B204CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 46.11%
G = 1.04%
B = 52.85%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B204CC (or 0xB204CC) is known color: Deep Magenta. HEX triplet: B2, 04 and CC. RGB value is (178,4,204). Sum of RGB (Red+Green+Blue) = 178+4+204=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #B204CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204CC is #4DFB33. Grayscale: #4E4E4E. Windows color (decimal): -5110580 or 13370546. OLE color: 13370546.

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

Color convert

RGB 178 4 204 -
CMYK 0.13 0.98 0 0.2
HSL 292.2º 0.96% 0.41% -
HSV(B) 292.2º 0.98% 0.8% -
XYZ 29.3 13.91 58.27 -
YUV 78.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 178 4 204 0.13 0.98 0 0.2 292.2 0.96 0.41
Hex B2 4 CC D 62 0 14 124 60 29
Octal 262 4 314 15 142 0 24 444 140 51
Binary 10110010 100 11001100 1101 1100010 0 10100 100100100 1100000 101001

Color Harmonies of #B204CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204CC

Black with #B204CC

Text Example


Text Example

White with #B204CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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