Html Css Color HEX #B914CA Deep Magenta

📋 copy color: '#B914CA'

red 185 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #B914CA

Tints of Deep Magenta #B914CA

RGB

 RED value IS 185 (72.66% from 255) = 45.45%

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

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

R = 45.45%
G = 4.91%
B = 49.63%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B914CA (or 0xB914CA) is known color: Deep Magenta. HEX triplet: B9, 14 and CA. RGB value is (185,20,202). Sum of RGB (Red+Green+Blue) = 185+20+202=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #B914CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914CA is #46EB35. Grayscale: #595959. Windows color (decimal): -4647734 or 13243577. OLE color: 13243577.

HSL color Cylindrical-coordinate representation of color #B914CA: hue angle of 294.4º 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 #B914CA is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 20 202 -
CMYK 0.08 0.90 0 0.21
HSL 294.4º 0.82% 0.44% -
HSV(B) 294.4º 0.9% 0.79% -
XYZ 30.92 15.08 57.16 -
YUV 90.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 185 20 202 0.08 0.90 0 0.21 294.4 0.82 0.44
Hex B9 14 CA 8 5A 0 15 126 52 2C
Octal 271 24 312 10 132 0 25 446 122 54
Binary 10111001 10100 11001010 1000 1011010 0 10101 100100110 1010010 101100

Color Harmonies of #B914CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914CA

Black with #B914CA

Text Example


Text Example

White with #B914CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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