Html Css Color HEX #B210BD Deep Magenta

📋 copy color: '#B210BD'

red 178 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #B210BD

Tints of Deep Magenta #B210BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 46.48%
G = 4.18%
B = 49.35%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B210BD (or 0xB210BD) is known color: Deep Magenta. HEX triplet: B2, 10 and BD. RGB value is (178,16,189). Sum of RGB (Red+Green+Blue) = 178+16+189=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #B210BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210BD is #4DEF42. Grayscale: #535353. Windows color (decimal): -5107523 or 12390578. OLE color: 12390578.

HSL color Cylindrical-coordinate representation of color #B210BD: hue angle of 296.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B210BD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 16 189 -
CMYK 0.06 0.92 0 0.26
HSL 296.19º 0.84% 0.4% -
HSV(B) 296.19º 0.92% 0.74% -
XYZ 27.73 13.51 49.29 -
YUV 84.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 178 16 189 0.06 0.92 0 0.26 296.19 0.84 0.4
Hex B2 10 BD 6 5C 0 1A 128 54 28
Octal 262 20 275 6 134 0 32 450 124 50
Binary 10110010 10000 10111101 110 1011100 0 11010 100101000 1010100 101000

Color Harmonies of #B210BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210BD

Black with #B210BD

Text Example


Text Example

White with #B210BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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