Html Css Color HEX #B204CB Deep Magenta

📋 copy color: '#B204CB'

red 178 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #B204CB

Tints of Deep Magenta #B204CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 46.23%
G = 1.04%
B = 52.73%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B204CB (or 0xB204CB) is known color: Deep Magenta. HEX triplet: B2, 04 and CB. RGB value is (178,4,203). Sum of RGB (Red+Green+Blue) = 178+4+203=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #B204CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204CB is #4DFB34. Grayscale: #4E4E4E. Windows color (decimal): -5110581 or 13305010. OLE color: 13305010.

HSL color Cylindrical-coordinate representation of color #B204CB: hue angle of 292.46º 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 #B204CB is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 4 203 -
CMYK 0.12 0.98 0 0.20
HSL 292.46º 0.96% 0.41% -
HSV(B) 292.46º 0.98% 0.8% -
XYZ 29.18 13.86 57.64 -
YUV 78.71 198.15 198.82 -
System Red Green Blue C M Y K H S L
Decimal 178 4 203 0.12 0.98 0 0.20 292.46 0.96 0.41
Hex B2 4 CB C 62 0 14 124 60 29
Octal 262 4 313 14 142 0 24 444 140 51
Binary 10110010 100 11001011 1100 1100010 0 10100 100100100 1100000 101001

Color Harmonies of #B204CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204CB

Black with #B204CB

Text Example


Text Example

White with #B204CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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