Html Css Color HEX #B50CDE Deep Magenta

📋 copy color: '#B50CDE'

red 181 ◦ green 12 ◦ blue 222

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

Shades of Deep Magenta #B50CDE

Tints of Deep Magenta #B50CDE

RGB

 RED value IS 181 (71.09% from 255) = 43.61%

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 43.61%
G = 2.89%
B = 53.49%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B50CDE (or 0xB50CDE) is known color: Deep Magenta. HEX triplet: B5, 0C and DE. RGB value is (181,12,222). Sum of RGB (Red+Green+Blue) = 181+12+222=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #B50CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CDE is #4AF321. Grayscale: #555555. Windows color (decimal): -4911906 or 14552245. OLE color: 14552245.

HSL color Cylindrical-coordinate representation of color #B50CDE: hue angle of 288.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CDE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 12 222 -
CMYK 0.18 0.95 0 0.13
HSL 288.29º 0.9% 0.46% -
HSV(B) 288.29º 0.95% 0.87% -
XYZ 32.37 15.36 70.37 -
YUV 86.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 181 12 222 0.18 0.95 0 0.13 288.29 0.9 0.46
Hex B5 C DE 12 5F 0 D 120 5A 2E
Octal 265 14 336 22 137 0 15 440 132 56
Binary 10110101 1100 11011110 10010 1011111 0 1101 100100000 1011010 101110

Color Harmonies of #B50CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CDE

Black with #B50CDE

Text Example


Text Example

White with #B50CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CDE; }

 p { color: rgb(181,12,222); }

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

background-color css

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

 a { background-color: rgb(181,12,222); }

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

border-color css

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

 span { border-color: rgb(181,12,222); }

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