Html Css Color HEX #B610B0 Deep Magenta

📋 copy color: '#B610B0'

red 182 ◦ green 16 ◦ blue 176

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

Shades of Deep Magenta #B610B0

Tints of Deep Magenta #B610B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.06%

R = 48.66%
G = 4.28%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B610B0 (or 0xB610B0) is known color: Deep Magenta. HEX triplet: B6, 10 and B0. RGB value is (182,16,176). Sum of RGB (Red+Green+Blue) = 182+16+176=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B610B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610B0 is #49EF4F. Grayscale: #535353. Windows color (decimal): -4845392 or 11538614. OLE color: 11538614.

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

Color convert

RGB 182 16 176 -
CMYK 0 0.91 0.03 0.29
HSL 302.17º 0.84% 0.39% -
HSV(B) 302.17º 0.91% 0.71% -
XYZ 27.31 13.45 42.23 -
YUV 83.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 182 16 176 0 0.91 0.03 0.29 302.17 0.84 0.39
Hex B6 10 B0 0 5B 3 1D 12E 54 27
Octal 266 20 260 0 133 3 35 456 124 47
Binary 10110110 10000 10110000 0 1011011 11 11101 100101110 1010100 100111

Color Harmonies of #B610B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B610B0

Black with #B610B0

Text Example


Text Example

White with #B610B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B610B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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