Html Css Color HEX #B610BA Deep Magenta

📋 copy color: '#B610BA'

red 182 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #B610BA

Tints of Deep Magenta #B610BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 47.4%
G = 4.17%
B = 48.44%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B610BA (or 0xB610BA) is known color: Deep Magenta. HEX triplet: B6, 10 and BA. RGB value is (182,16,186). Sum of RGB (Red+Green+Blue) = 182+16+186=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #B610BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610BA is #49EF45. Grayscale: #545454. Windows color (decimal): -4845382 or 12193974. OLE color: 12193974.

HSL color Cylindrical-coordinate representation of color #B610BA: hue angle of 298.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B610BA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 16 186 -
CMYK 0.02 0.91 0 0.27
HSL 298.59º 0.84% 0.4% -
HSV(B) 298.59º 0.91% 0.73% -
XYZ 28.34 13.86 47.64 -
YUV 85.01 185 197.18 -
System Red Green Blue C M Y K H S L
Decimal 182 16 186 0.02 0.91 0 0.27 298.59 0.84 0.4
Hex B6 10 BA 2 5B 0 1B 12B 54 28
Octal 266 20 272 2 133 0 33 453 124 50
Binary 10110110 10000 10111010 10 1011011 0 11011 100101011 1010100 101000

Color Harmonies of #B610BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B610BA

Black with #B610BA

Text Example


Text Example

White with #B610BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B610BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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