Html Css Color HEX #B205CE Deep Magenta

📋 copy color: '#B205CE'

red 178 ◦ green 5 ◦ blue 206

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

Shades of Deep Magenta #B205CE

Tints of Deep Magenta #B205CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 45.76%
G = 1.29%
B = 52.96%

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

#B205CE (or 0xB205CE) is known color: Deep Magenta. HEX triplet: B2, 05 and CE. RGB value is (178,5,206). Sum of RGB (Red+Green+Blue) = 178+5+206=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #B205CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205CE is #4DFA31. Grayscale: #4F4F4F. Windows color (decimal): -5110322 or 13501874. OLE color: 13501874.

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

Color convert

RGB 178 5 206 -
CMYK 0.14 0.98 0 0.19
HSL 291.64º 0.95% 0.41% -
HSV(B) 291.64º 0.98% 0.81% -
XYZ 29.55 14.03 59.54 -
YUV 79.64 199.31 198.16 -
System Red Green Blue C M Y K H S L
Decimal 178 5 206 0.14 0.98 0 0.19 291.64 0.95 0.41
Hex B2 5 CE E 62 0 13 124 5F 29
Octal 262 5 316 16 142 0 23 444 137 51
Binary 10110010 101 11001110 1110 1100010 0 10011 100100100 1011111 101001

Color Harmonies of #B205CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205CE

Black with #B205CE

Text Example


Text Example

White with #B205CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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