Html Css Color HEX #B205B7 Deep Magenta

📋 copy color: '#B205B7'

red 178 ◦ green 5 ◦ blue 183

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

Shades of Deep Magenta #B205B7

Tints of Deep Magenta #B205B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50%

R = 48.63%
G = 1.37%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B205B7 (or 0xB205B7) is known color: Deep Magenta. HEX triplet: B2, 05 and B7. RGB value is (178,5,183). Sum of RGB (Red+Green+Blue) = 178+5+183=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #B205B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205B7 is #4DFA48. Grayscale: #4C4C4C. Windows color (decimal): -5110345 or 11994546. OLE color: 11994546.

HSL color Cylindrical-coordinate representation of color #B205B7: hue angle of 298.31º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B205B7 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 5 183 -
CMYK 0.03 0.97 0 0.28
HSL 298.31º 0.95% 0.37% -
HSV(B) 298.31º 0.97% 0.72% -
XYZ 26.96 12.99 45.89 -
YUV 77.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 178 5 183 0.03 0.97 0 0.28 298.31 0.95 0.37
Hex B2 5 B7 3 61 0 1C 12A 5F 25
Octal 262 5 267 3 141 0 34 452 137 45
Binary 10110010 101 10110111 11 1100001 0 11100 100101010 1011111 100101

Color Harmonies of #B205B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205B7

Black with #B205B7

Text Example


Text Example

White with #B205B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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