Html Css Color HEX #B214CA Deep Magenta

📋 copy color: '#B214CA'

red 178 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #B214CA

Tints of Deep Magenta #B214CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

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

R = 44.5%
G = 5%
B = 50.5%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B214CA (or 0xB214CA) is known color: Deep Magenta. HEX triplet: B2, 14 and CA. RGB value is (178,20,202). Sum of RGB (Red+Green+Blue) = 178+20+202=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #B214CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214CA is #4DEB35. Grayscale: #575757. Windows color (decimal): -5106486 or 13243570. OLE color: 13243570.

HSL color Cylindrical-coordinate representation of color #B214CA: hue angle of 292.09º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B214CA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 20 202 -
CMYK 0.12 0.90 0 0.21
HSL 292.09º 0.82% 0.44% -
HSV(B) 292.09º 0.9% 0.79% -
XYZ 29.27 14.23 57.08 -
YUV 87.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 178 20 202 0.12 0.90 0 0.21 292.09 0.82 0.44
Hex B2 14 CA C 5A 0 15 124 52 2C
Octal 262 24 312 14 132 0 25 444 122 54
Binary 10110010 10100 11001010 1100 1011010 0 10101 100100100 1010010 101100

Color Harmonies of #B214CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B214CA

Black with #B214CA

Text Example


Text Example

White with #B214CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B214CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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