Html Css Color HEX #B210BE Deep Magenta

📋 copy color: '#B210BE'

red 178 ◦ green 16 ◦ blue 190

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

Shades of Deep Magenta #B210BE

Tints of Deep Magenta #B210BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 46.35%
G = 4.17%
B = 49.48%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B210BE (or 0xB210BE) is known color: Deep Magenta. HEX triplet: B2, 10 and BE. RGB value is (178,16,190). Sum of RGB (Red+Green+Blue) = 178+16+190=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #B210BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210BE is #4DEF41. Grayscale: #535353. Windows color (decimal): -5107522 or 12456114. OLE color: 12456114.

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

Color convert

RGB 178 16 190 -
CMYK 0.06 0.92 0 0.25
HSL 295.86º 0.84% 0.4% -
HSV(B) 295.86º 0.92% 0.75% -
XYZ 27.84 13.55 49.86 -
YUV 84.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 178 16 190 0.06 0.92 0 0.25 295.86 0.84 0.4
Hex B2 10 BE 6 5C 0 19 128 54 28
Octal 262 20 276 6 134 0 31 450 124 50
Binary 10110010 10000 10111110 110 1011100 0 11001 100101000 1010100 101000

Color Harmonies of #B210BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210BE

Black with #B210BE

Text Example


Text Example

White with #B210BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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