Html Css Color HEX #B610AF Deep Magenta

📋 copy color: '#B610AF'

red 182 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #B610AF

Tints of Deep Magenta #B610AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 48.79%
G = 4.29%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B610AF (or 0xB610AF) is known color: Deep Magenta. HEX triplet: B6, 10 and AF. RGB value is (182,16,175). Sum of RGB (Red+Green+Blue) = 182+16+175=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B610AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610AF is #49EF50. Grayscale: #535353. Windows color (decimal): -4845393 or 11473078. OLE color: 11473078.

HSL color Cylindrical-coordinate representation of color #B610AF: hue angle of 302.53º 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 #B610AF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 16 175 -
CMYK 0 0.91 0.04 0.29
HSL 302.53º 0.84% 0.39% -
HSV(B) 302.53º 0.91% 0.71% -
XYZ 27.21 13.41 41.71 -
YUV 83.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 182 16 175 0 0.91 0.04 0.29 302.53 0.84 0.39
Hex B6 10 AF 0 5B 4 1D 12F 54 27
Octal 266 20 257 0 133 4 35 457 124 47
Binary 10110110 10000 10101111 0 1011011 100 11101 100101111 1010100 100111

Color Harmonies of #B610AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B610AF

Black with #B610AF

Text Example


Text Example

White with #B610AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B610AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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