Html Css Color HEX #B814CA Deep Magenta

📋 copy color: '#B814CA'

red 184 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #B814CA

Tints of Deep Magenta #B814CA

RGB

 RED value IS 184 (72.27% from 255) = 45.32%

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

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

R = 45.32%
G = 4.93%
B = 49.75%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B814CA (or 0xB814CA) is known color: Deep Magenta. HEX triplet: B8, 14 and CA. RGB value is (184,20,202). Sum of RGB (Red+Green+Blue) = 184+20+202=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #B814CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814CA is #47EB35. Grayscale: #595959. Windows color (decimal): -4713270 or 13243576. OLE color: 13243576.

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

Color convert

RGB 184 20 202 -
CMYK 0.09 0.90 0 0.21
HSL 294.07º 0.82% 0.44% -
HSV(B) 294.07º 0.9% 0.79% -
XYZ 30.68 14.95 57.15 -
YUV 89.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 184 20 202 0.09 0.90 0 0.21 294.07 0.82 0.44
Hex B8 14 CA 9 5A 0 15 126 52 2C
Octal 270 24 312 11 132 0 25 446 122 54
Binary 10111000 10100 11001010 1001 1011010 0 10101 100100110 1010010 101100

Color Harmonies of #B814CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814CA

Black with #B814CA

Text Example


Text Example

White with #B814CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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