Html Css Color HEX #B213CF Deep Magenta

📋 copy color: '#B213CF'

red 178 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #B213CF

Tints of Deep Magenta #B213CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 44.06%
G = 4.7%
B = 51.24%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B213CF (or 0xB213CF) is known color: Deep Magenta. HEX triplet: B2, 13 and CF. RGB value is (178,19,207). Sum of RGB (Red+Green+Blue) = 178+19+207=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B213CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213CF is #4DEC30. Grayscale: #575757. Windows color (decimal): -5106737 or 13570994. OLE color: 13570994.

HSL color Cylindrical-coordinate representation of color #B213CF: hue angle of 290.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B213CF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 19 207 -
CMYK 0.14 0.91 0 0.19
HSL 290.74º 0.83% 0.44% -
HSV(B) 290.74º 0.91% 0.81% -
XYZ 29.86 14.44 60.24 -
YUV 87.97 195.18 192.21 -
System Red Green Blue C M Y K H S L
Decimal 178 19 207 0.14 0.91 0 0.19 290.74 0.83 0.44
Hex B2 13 CF E 5B 0 13 123 53 2C
Octal 262 23 317 16 133 0 23 443 123 54
Binary 10110010 10011 11001111 1110 1011011 0 10011 100100011 1010011 101100

Color Harmonies of #B213CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213CF

Black with #B213CF

Text Example


Text Example

White with #B213CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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