Html Css Color HEX #B523B6 Deep Magenta

📋 copy color: '#B523B6'

red 181 ◦ green 35 ◦ blue 182

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

Shades of Deep Magenta #B523B6

Tints of Deep Magenta #B523B6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.79%

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 45.48%
G = 8.79%
B = 45.73%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B523B6 (or 0xB523B6) is known color: Deep Magenta. HEX triplet: B5, 23 and B6. RGB value is (181,35,182). Sum of RGB (Red+Green+Blue) = 181+35+182=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #B523B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523B6 is #4ADC49. Grayscale: #5E5E5E. Windows color (decimal): -4906058 or 11936693. OLE color: 11936693.

HSL color Cylindrical-coordinate representation of color #B523B6: hue angle of 299.59º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523B6 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 182 -
CMYK 0.01 0.81 0 0.29
HSL 299.59º 0.68% 0.43% -
HSV(B) 299.59º 0.81% 0.71% -
XYZ 28.1 14.4 45.56 -
YUV 95.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 181 35 182 0.01 0.81 0 0.29 299.59 0.68 0.43
Hex B5 23 B6 1 51 0 1D 12C 44 2B
Octal 265 43 266 1 121 0 35 454 104 53
Binary 10110101 100011 10110110 1 1010001 0 11101 100101100 1000100 101011

Color Harmonies of #B523B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523B6

Black with #B523B6

Text Example


Text Example

White with #B523B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523B6; }

 p { color: rgb(181,35,182); }

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

background-color css

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

 a { background-color: rgb(181,35,182); }

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

border-color css

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

 span { border-color: rgb(181,35,182); }

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