Html Css Color HEX #B307AD Deep Magenta

📋 copy color: '#B307AD'

red 179 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #B307AD

Tints of Deep Magenta #B307AD

RGB

 RED value IS 179 (70.31% from 255) = 49.86%

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

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

R = 49.86%
G = 1.95%
B = 48.19%

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

#B307AD (or 0xB307AD) is known color: Deep Magenta. HEX triplet: B3, 07 and AD. RGB value is (179,7,173). Sum of RGB (Red+Green+Blue) = 179+7+173=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B307AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B307AD is #4CF852. Grayscale: #4C4C4C. Windows color (decimal): -5044307 or 11339699. OLE color: 11339699.

HSL color Cylindrical-coordinate representation of color #B307AD: hue angle of 302.09º 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 #B307AD is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 173 -
CMYK 0 0.96 0.03 0.30
HSL 302.09º 0.92% 0.36% -
HSV(B) 302.09º 0.96% 0.7% -
XYZ 26.21 12.75 40.62 -
YUV 77.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 179 7 173 0 0.96 0.03 0.30 302.09 0.92 0.36
Hex B3 7 AD 0 60 3 1E 12E 5C 24
Octal 263 7 255 0 140 3 36 456 134 44
Binary 10110011 111 10101101 0 1100000 11 11110 100101110 1011100 100100

Color Harmonies of #B307AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307AD

Black with #B307AD

Text Example


Text Example

White with #B307AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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