Html Css Color HEX #B213CA Deep Magenta

📋 copy color: '#B213CA'

red 178 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #B213CA

Tints of Deep Magenta #B213CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 44.61%
G = 4.76%
B = 50.63%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B213CA (or 0xB213CA) is known color: Deep Magenta. HEX triplet: B2, 13 and CA. RGB value is (178,19,202). Sum of RGB (Red+Green+Blue) = 178+19+202=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #B213CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213CA is #4DEC35. Grayscale: #565656. Windows color (decimal): -5106742 or 13243314. OLE color: 13243314.

HSL color Cylindrical-coordinate representation of color #B213CA: hue angle of 292.13º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B213CA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 19 202 -
CMYK 0.12 0.91 0 0.21
HSL 292.13º 0.83% 0.43% -
HSV(B) 292.13º 0.91% 0.79% -
XYZ 29.25 14.19 57.08 -
YUV 87.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 178 19 202 0.12 0.91 0 0.21 292.13 0.83 0.43
Hex B2 13 CA C 5B 0 15 124 53 2B
Octal 262 23 312 14 133 0 25 444 123 53
Binary 10110010 10011 11001010 1100 1011011 0 10101 100100100 1010011 101011

Color Harmonies of #B213CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213CA

Black with #B213CA

Text Example


Text Example

White with #B213CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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