Html Css Color HEX #B205CC Deep Magenta

📋 copy color: '#B205CC'

red 178 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #B205CC

Tints of Deep Magenta #B205CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 45.99%
G = 1.29%
B = 52.71%

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

#B205CC (or 0xB205CC) is known color: Deep Magenta. HEX triplet: B2, 05 and CC. RGB value is (178,5,204). Sum of RGB (Red+Green+Blue) = 178+5+204=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #B205CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205CC is #4DFA33. Grayscale: #4E4E4E. Windows color (decimal): -5110324 or 13370802. OLE color: 13370802.

HSL color Cylindrical-coordinate representation of color #B205CC: hue angle of 292.16º degrees, saturation: 0.95, 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 #B205CC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 5 204 -
CMYK 0.13 0.98 0 0.2
HSL 292.16º 0.95% 0.41% -
HSV(B) 292.16º 0.98% 0.8% -
XYZ 29.31 13.93 58.27 -
YUV 79.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 178 5 204 0.13 0.98 0 0.2 292.16 0.95 0.41
Hex B2 5 CC D 62 0 14 124 5F 29
Octal 262 5 314 15 142 0 24 444 137 51
Binary 10110010 101 11001100 1101 1100010 0 10100 100100100 1011111 101001

Color Harmonies of #B205CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205CC

Black with #B205CC

Text Example


Text Example

White with #B205CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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