Html Css Color HEX #B50BCF Deep Magenta

📋 copy color: '#B50BCF'

red 181 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #B50BCF

Tints of Deep Magenta #B50BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 45.36%
G = 2.76%
B = 51.88%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B50BCF (or 0xB50BCF) is known color: Deep Magenta. HEX triplet: B5, 0B and CF. RGB value is (181,11,207). Sum of RGB (Red+Green+Blue) = 181+11+207=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #B50BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BCF is #4AF430. Grayscale: #535353. Windows color (decimal): -4912177 or 13568949. OLE color: 13568949.

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

Color convert

RGB 181 11 207 -
CMYK 0.13 0.95 0 0.19
HSL 292.04º 0.9% 0.43% -
HSV(B) 292.04º 0.95% 0.81% -
XYZ 30.44 14.57 60.24 -
YUV 84.17 197.32 197.06 -
System Red Green Blue C M Y K H S L
Decimal 181 11 207 0.13 0.95 0 0.19 292.04 0.9 0.43
Hex B5 B CF D 5F 0 13 124 5A 2B
Octal 265 13 317 15 137 0 23 444 132 53
Binary 10110101 1011 11001111 1101 1011111 0 10011 100100100 1011010 101011

Color Harmonies of #B50BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BCF

Black with #B50BCF

Text Example


Text Example

White with #B50BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BCF; }

 p { color: rgb(181,11,207); }

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

background-color css

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

 a { background-color: rgb(181,11,207); }

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

border-color css

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

 span { border-color: rgb(181,11,207); }

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