Html Css Color HEX #B102AD Deep Magenta

📋 copy color: '#B102AD'

red 177 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #B102AD

Tints of Deep Magenta #B102AD

RGB

 RED value IS 177 (69.53% from 255) = 50.28%

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 50.28%
G = 0.57%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B102AD (or 0xB102AD) is known color: Deep Magenta. HEX triplet: B1, 02 and AD. RGB value is (177,2,173). Sum of RGB (Red+Green+Blue) = 177+2+173=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B102AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B102AD is #4EFD52. Grayscale: #494949. Windows color (decimal): -5176659 or 11338417. OLE color: 11338417.

HSL color Cylindrical-coordinate representation of color #B102AD: hue angle of 301.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102AD is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 173 -
CMYK 0 0.99 0.02 0.31
HSL 301.37º 0.98% 0.35% -
HSV(B) 301.37º 0.99% 0.69% -
XYZ 25.7 12.41 40.58 -
YUV 73.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 177 2 173 0 0.99 0.02 0.31 301.37 0.98 0.35
Hex B1 2 AD 0 63 2 1F 12D 62 23
Octal 261 2 255 0 143 2 37 455 142 43
Binary 10110001 10 10101101 0 1100011 10 11111 100101101 1100010 100011

Color Harmonies of #B102AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B102AD

Black with #B102AD

Text Example


Text Example

White with #B102AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B102AD; }

 p { color: rgb(177,2,173); }

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

background-color css

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

 a { background-color: rgb(177,2,173); }

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

border-color css

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

 span { border-color: rgb(177,2,173); }

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