Html Css Color HEX #B204C0 Deep Magenta

📋 copy color: '#B204C0'

red 178 ◦ green 4 ◦ blue 192

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

Shades of Deep Magenta #B204C0

Tints of Deep Magenta #B204C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 47.59%
G = 1.07%
B = 51.34%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B204C0 (or 0xB204C0) is known color: Deep Magenta. HEX triplet: B2, 04 and C0. RGB value is (178,4,192). Sum of RGB (Red+Green+Blue) = 178+4+192=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #B204C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204C0 is #4DFB3F. Grayscale: #4C4C4C. Windows color (decimal): -5110592 or 12584114. OLE color: 12584114.

HSL color Cylindrical-coordinate representation of color #B204C0: hue angle of 295.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204C0 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 4 192 -
CMYK 0.07 0.98 0 0.25
HSL 295.53º 0.96% 0.38% -
HSV(B) 295.53º 0.98% 0.75% -
XYZ 27.92 13.36 50.98 -
YUV 77.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 178 4 192 0.07 0.98 0 0.25 295.53 0.96 0.38
Hex B2 4 C0 7 62 0 19 128 60 26
Octal 262 4 300 7 142 0 31 450 140 46
Binary 10110010 100 11000000 111 1100010 0 11001 100101000 1100000 100110

Color Harmonies of #B204C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204C0

Black with #B204C0

Text Example


Text Example

White with #B204C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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