Html Css Color HEX #B814CD Deep Magenta

📋 copy color: '#B814CD'

red 184 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #B814CD

Tints of Deep Magenta #B814CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 44.99%
G = 4.89%
B = 50.12%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B814CD (or 0xB814CD) is known color: Deep Magenta. HEX triplet: B8, 14 and CD. RGB value is (184,20,205). Sum of RGB (Red+Green+Blue) = 184+20+205=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #B814CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814CD is #47EB32. Grayscale: #595959. Windows color (decimal): -4713267 or 13440184. OLE color: 13440184.

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

Color convert

RGB 184 20 205 -
CMYK 0.10 0.90 0 0.20
HSL 293.19º 0.82% 0.44% -
HSV(B) 293.19º 0.9% 0.8% -
XYZ 31.04 15.1 59.04 -
YUV 90.13 192.83 194.96 -
System Red Green Blue C M Y K H S L
Decimal 184 20 205 0.10 0.90 0 0.20 293.19 0.82 0.44
Hex B8 14 CD A 5A 0 14 125 52 2C
Octal 270 24 315 12 132 0 24 445 122 54
Binary 10111000 10100 11001101 1010 1011010 0 10100 100100101 1010010 101100

Color Harmonies of #B814CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814CD

Black with #B814CD

Text Example


Text Example

White with #B814CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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