Html Css Color HEX #B213BF Deep Magenta

📋 copy color: '#B213BF'

red 178 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #B213BF

Tints of Deep Magenta #B213BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.9%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 45.88%
G = 4.9%
B = 49.23%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B213BF (or 0xB213BF) is known color: Deep Magenta. HEX triplet: B2, 13 and BF. RGB value is (178,19,191). Sum of RGB (Red+Green+Blue) = 178+19+191=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #B213BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213BF is #4DEC40. Grayscale: #555555. Windows color (decimal): -5106753 or 12522418. OLE color: 12522418.

HSL color Cylindrical-coordinate representation of color #B213BF: hue angle of 295.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B213BF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 19 191 -
CMYK 0.07 0.90 0 0.25
HSL 295.47º 0.82% 0.41% -
HSV(B) 295.47º 0.9% 0.75% -
XYZ 28 13.69 50.46 -
YUV 86.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 178 19 191 0.07 0.90 0 0.25 295.47 0.82 0.41
Hex B2 13 BF 7 5A 0 19 127 52 29
Octal 262 23 277 7 132 0 31 447 122 51
Binary 10110010 10011 10111111 111 1011010 0 11001 100100111 1010010 101001

Color Harmonies of #B213BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213BF

Black with #B213BF

Text Example


Text Example

White with #B213BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213BF; }

 p { color: rgb(178,19,191); }

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

background-color css

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

 a { background-color: rgb(178,19,191); }

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

border-color css

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

 span { border-color: rgb(178,19,191); }

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