Html Css Color HEX #B707AD Deep Magenta

📋 copy color: '#B707AD'

red 183 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #B707AD

Tints of Deep Magenta #B707AD

RGB

 RED value IS 183 (71.88% from 255) = 50.41%

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

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

R = 50.41%
G = 1.93%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B707AD (or 0xB707AD) is known color: Deep Magenta. HEX triplet: B7, 07 and AD. RGB value is (183,7,173). Sum of RGB (Red+Green+Blue) = 183+7+173=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B707AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B707AD is #48F852. Grayscale: #4E4E4E. Windows color (decimal): -4782163 or 11339703. OLE color: 11339703.

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

Color convert

RGB 183 7 173 -
CMYK 0 0.96 0.05 0.28
HSL 303.41º 0.93% 0.37% -
HSV(B) 303.41º 0.96% 0.72% -
XYZ 27.15 13.24 40.66 -
YUV 78.55 181.31 202.5 -
System Red Green Blue C M Y K H S L
Decimal 183 7 173 0 0.96 0.05 0.28 303.41 0.93 0.37
Hex B7 7 AD 0 60 5 1C 12F 5D 25
Octal 267 7 255 0 140 5 34 457 135 45
Binary 10110111 111 10101101 0 1100000 101 11100 100101111 1011101 100101

Color Harmonies of #B707AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B707AD

Black with #B707AD

Text Example


Text Example

White with #B707AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B707AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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