Html Css Color HEX #B610B2 Deep Magenta

📋 copy color: '#B610B2'

red 182 ◦ green 16 ◦ blue 178

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

Shades of Deep Magenta #B610B2

Tints of Deep Magenta #B610B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.34%

R = 48.4%
G = 4.26%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B610B2 (or 0xB610B2) is known color: Deep Magenta. HEX triplet: B6, 10 and B2. RGB value is (182,16,178). Sum of RGB (Red+Green+Blue) = 182+16+178=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B610B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610B2 is #49EF4D. Grayscale: #535353. Windows color (decimal): -4845390 or 11669686. OLE color: 11669686.

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

Color convert

RGB 182 16 178 -
CMYK 0 0.91 0.02 0.29
HSL 301.45º 0.84% 0.39% -
HSV(B) 301.45º 0.91% 0.71% -
XYZ 27.51 13.53 43.28 -
YUV 84.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 182 16 178 0 0.91 0.02 0.29 301.45 0.84 0.39
Hex B6 10 B2 0 5B 2 1D 12D 54 27
Octal 266 20 262 0 133 2 35 455 124 47
Binary 10110110 10000 10110010 0 1011011 10 11101 100101101 1010100 100111

Color Harmonies of #B610B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B610B2

Black with #B610B2

Text Example


Text Example

White with #B610B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B610B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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