Html Css Color HEX #B814D8 Deep Magenta

📋 copy color: '#B814D8'

red 184 ◦ green 20 ◦ blue 216

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

Shades of Deep Magenta #B814D8

Tints of Deep Magenta #B814D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 43.81%
G = 4.76%
B = 51.43%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B814D8 (or 0xB814D8) is known color: Deep Magenta. HEX triplet: B8, 14 and D8. RGB value is (184,20,216). Sum of RGB (Red+Green+Blue) = 184+20+216=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #B814D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814D8 is #47EB27. Grayscale: #5A5A5A. Windows color (decimal): -4713256 or 14161080. OLE color: 14161080.

HSL color Cylindrical-coordinate representation of color #B814D8: hue angle of 290.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B814D8 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 20 216 -
CMYK 0.15 0.91 0 0.15
HSL 290.2º 0.83% 0.46% -
HSV(B) 290.2º 0.91% 0.85% -
XYZ 32.41 15.65 66.28 -
YUV 91.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 184 20 216 0.15 0.91 0 0.15 290.2 0.83 0.46
Hex B8 14 D8 F 5B 0 F 122 53 2E
Octal 270 24 330 17 133 0 17 442 123 56
Binary 10111000 10100 11011000 1111 1011011 0 1111 100100010 1010011 101110

Color Harmonies of #B814D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814D8

Black with #B814D8

Text Example


Text Example

White with #B814D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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