Html Css Color HEX #B607AD Deep Magenta

📋 copy color: '#B607AD'

red 182 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #B607AD

Tints of Deep Magenta #B607AD

RGB

 RED value IS 182 (71.48% from 255) = 50.28%

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

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

R = 50.28%
G = 1.93%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B607AD (or 0xB607AD) is known color: Deep Magenta. HEX triplet: B6, 07 and AD. RGB value is (182,7,173). Sum of RGB (Red+Green+Blue) = 182+7+173=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B607AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B607AD is #49F852. Grayscale: #4D4D4D. Windows color (decimal): -4847699 or 11339702. OLE color: 11339702.

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

Color convert

RGB 182 7 173 -
CMYK 0 0.96 0.05 0.29
HSL 303.09º 0.93% 0.37% -
HSV(B) 303.09º 0.96% 0.71% -
XYZ 26.91 13.11 40.65 -
YUV 78.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 182 7 173 0 0.96 0.05 0.29 303.09 0.93 0.37
Hex B6 7 AD 0 60 5 1D 12F 5D 25
Octal 266 7 255 0 140 5 35 457 135 45
Binary 10110110 111 10101101 0 1100000 101 11101 100101111 1011101 100101

Color Harmonies of #B607AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607AD

Black with #B607AD

Text Example


Text Example

White with #B607AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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