Html Css Color HEX #B210BB Deep Magenta

📋 copy color: '#B210BB'

red 178 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #B210BB

Tints of Deep Magenta #B210BB

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 46.72%
G = 4.2%
B = 49.08%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B210BB (or 0xB210BB) is known color: Deep Magenta. HEX triplet: B2, 10 and BB. RGB value is (178,16,187). Sum of RGB (Red+Green+Blue) = 178+16+187=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #B210BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210BB is #4DEF44. Grayscale: #535353. Windows color (decimal): -5107525 or 12259506. OLE color: 12259506.

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

Color convert

RGB 178 16 187 -
CMYK 0.05 0.91 0 0.27
HSL 296.84º 0.84% 0.4% -
HSV(B) 296.84º 0.91% 0.73% -
XYZ 27.52 13.42 48.15 -
YUV 83.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 178 16 187 0.05 0.91 0 0.27 296.84 0.84 0.4
Hex B2 10 BB 5 5B 0 1B 129 54 28
Octal 262 20 273 5 133 0 33 451 124 50
Binary 10110010 10000 10111011 101 1011011 0 11011 100101001 1010100 101000

Color Harmonies of #B210BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210BB

Black with #B210BB

Text Example


Text Example

White with #B210BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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