Html Css Color HEX #B610AD Deep Magenta

📋 copy color: '#B610AD'

red 182 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #B610AD

Tints of Deep Magenta #B610AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 49.06%
G = 4.31%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B610AD (or 0xB610AD) is known color: Deep Magenta. HEX triplet: B6, 10 and AD. RGB value is (182,16,173). Sum of RGB (Red+Green+Blue) = 182+16+173=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B610AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610AD is #49EF52. Grayscale: #535353. Windows color (decimal): -4845395 or 11342006. OLE color: 11342006.

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

Color convert

RGB 182 16 173 -
CMYK 0 0.91 0.05 0.29
HSL 303.25º 0.84% 0.39% -
HSV(B) 303.25º 0.91% 0.71% -
XYZ 27.02 13.33 40.68 -
YUV 83.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 182 16 173 0 0.91 0.05 0.29 303.25 0.84 0.39
Hex B6 10 AD 0 5B 5 1D 12F 54 27
Octal 266 20 255 0 133 5 35 457 124 47
Binary 10110110 10000 10101101 0 1011011 101 11101 100101111 1010100 100111

Color Harmonies of #B610AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B610AD

Black with #B610AD

Text Example


Text Example

White with #B610AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B610AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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