Html Css Color HEX #B207AD Deep Magenta

📋 copy color: '#B207AD'

red 178 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #B207AD

Tints of Deep Magenta #B207AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 49.72%
G = 1.96%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B207AD (or 0xB207AD) is known color: Deep Magenta. HEX triplet: B2, 07 and AD. RGB value is (178,7,173). Sum of RGB (Red+Green+Blue) = 178+7+173=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B207AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207AD is #4DF852. Grayscale: #4C4C4C. Windows color (decimal): -5109843 or 11339698. OLE color: 11339698.

HSL color Cylindrical-coordinate representation of color #B207AD: hue angle of 301.75º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B207AD is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 173 -
CMYK 0 0.96 0.03 0.30
HSL 301.75º 0.92% 0.36% -
HSV(B) 301.75º 0.96% 0.7% -
XYZ 25.98 12.63 40.6 -
YUV 77.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 178 7 173 0 0.96 0.03 0.30 301.75 0.92 0.36
Hex B2 7 AD 0 60 3 1E 12E 5C 24
Octal 262 7 255 0 140 3 36 456 134 44
Binary 10110010 111 10101101 0 1100000 11 11110 100101110 1011100 100100

Color Harmonies of #B207AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207AD

Black with #B207AD

Text Example


Text Example

White with #B207AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207AD; }

 p { color: rgb(178,7,173); }

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

background-color css

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

 a { background-color: rgb(178,7,173); }

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

border-color css

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

 span { border-color: rgb(178,7,173); }

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