Html Css Color HEX #B505B7 Deep Magenta

📋 copy color: '#B505B7'

red 181 ◦ green 5 ◦ blue 183

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

Shades of Deep Magenta #B505B7

Tints of Deep Magenta #B505B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.59%

R = 49.05%
G = 1.36%
B = 49.59%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B505B7 (or 0xB505B7) is known color: Deep Magenta. HEX triplet: B5, 05 and B7. RGB value is (181,5,183). Sum of RGB (Red+Green+Blue) = 181+5+183=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #B505B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505B7 is #4AFA48. Grayscale: #4D4D4D. Windows color (decimal): -4913737 or 11994549. OLE color: 11994549.

HSL color Cylindrical-coordinate representation of color #B505B7: hue angle of 299.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B505B7 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 5 183 -
CMYK 0.01 0.97 0 0.28
HSL 299.33º 0.95% 0.37% -
HSV(B) 299.33º 0.97% 0.72% -
XYZ 27.66 13.35 45.92 -
YUV 77.92 187.31 201.53 -
System Red Green Blue C M Y K H S L
Decimal 181 5 183 0.01 0.97 0 0.28 299.33 0.95 0.37
Hex B5 5 B7 1 61 0 1C 12B 5F 25
Octal 265 5 267 1 141 0 34 453 137 45
Binary 10110101 101 10110111 1 1100001 0 11100 100101011 1011111 100101

Color Harmonies of #B505B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505B7

Black with #B505B7

Text Example


Text Example

White with #B505B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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