Html Css Color HEX #B907AD Deep Magenta

📋 copy color: '#B907AD'

red 185 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #B907AD

Tints of Deep Magenta #B907AD

RGB

 RED value IS 185 (72.66% from 255) = 50.68%

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

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

R = 50.68%
G = 1.92%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B907AD (or 0xB907AD) is known color: Deep Magenta. HEX triplet: B9, 07 and AD. RGB value is (185,7,173). Sum of RGB (Red+Green+Blue) = 185+7+173=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B907AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B907AD is #46F852. Grayscale: #4E4E4E. Windows color (decimal): -4651091 or 11339705. OLE color: 11339705.

HSL color Cylindrical-coordinate representation of color #B907AD: hue angle of 304.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B907AD is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 173 -
CMYK 0 0.96 0.06 0.27
HSL 304.05º 0.93% 0.38% -
HSV(B) 304.05º 0.96% 0.73% -
XYZ 27.63 13.48 40.68 -
YUV 79.15 180.97 203.5 -
System Red Green Blue C M Y K H S L
Decimal 185 7 173 0 0.96 0.06 0.27 304.05 0.93 0.38
Hex B9 7 AD 0 60 6 1B 130 5D 26
Octal 271 7 255 0 140 6 33 460 135 46
Binary 10111001 111 10101101 0 1100000 110 11011 100110000 1011101 100110

Color Harmonies of #B907AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B907AD

Black with #B907AD

Text Example


Text Example

White with #B907AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B907AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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