Html Css Color HEX #B505C0 Deep Magenta

📋 copy color: '#B505C0'

red 181 ◦ green 5 ◦ blue 192

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

Shades of Deep Magenta #B505C0

Tints of Deep Magenta #B505C0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 192 (75.39% from 255) = 50.79%

R = 47.88%
G = 1.32%
B = 50.79%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B505C0 (or 0xB505C0) is known color: Deep Magenta. HEX triplet: B5, 05 and C0. RGB value is (181,5,192). Sum of RGB (Red+Green+Blue) = 181+5+192=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #B505C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505C0 is #4AFA3F. Grayscale: #4E4E4E. Windows color (decimal): -4913728 or 12584373. OLE color: 12584373.

HSL color Cylindrical-coordinate representation of color #B505C0: hue angle of 296.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B505C0 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 5 192 -
CMYK 0.06 0.97 0 0.25
HSL 296.47º 0.95% 0.39% -
HSV(B) 296.47º 0.97% 0.75% -
XYZ 28.62 13.74 51.01 -
YUV 78.94 191.81 200.79 -
System Red Green Blue C M Y K H S L
Decimal 181 5 192 0.06 0.97 0 0.25 296.47 0.95 0.39
Hex B5 5 C0 6 61 0 19 128 5F 27
Octal 265 5 300 6 141 0 31 450 137 47
Binary 10110101 101 11000000 110 1100001 0 11001 100101000 1011111 100111

Color Harmonies of #B505C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505C0

Black with #B505C0

Text Example


Text Example

White with #B505C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505C0; }

 p { color: rgb(181,5,192); }

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

background-color css

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

 a { background-color: rgb(181,5,192); }

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

border-color css

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

 span { border-color: rgb(181,5,192); }

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