Html Css Color HEX #B536A8 Fuchsia

📋 copy color: '#B536A8'

red 181 ◦ green 54 ◦ blue 168

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

Shades of Fuchsia #B536A8

Tints of Fuchsia #B536A8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.4%

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 44.91%
G = 13.4%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B536A8 (or 0xB536A8) is known color: Fuchsia. HEX triplet: B5, 36 and A8. RGB value is (181,54,168). Sum of RGB (Red+Green+Blue) = 181+54+168=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B536A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536A8 is #4AC957. Grayscale: #686868. Windows color (decimal): -4901208 or 11024053. OLE color: 11024053.

HSL color Cylindrical-coordinate representation of color #B536A8: hue angle of 306.14º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B536A8 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 168 -
CMYK 0 0.70 0.07 0.29
HSL 306.14º 0.54% 0.46% -
HSV(B) 306.14º 0.7% 0.71% -
XYZ 27.44 15.29 38.55 -
YUV 104.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 181 54 168 0 0.70 0.07 0.29 306.14 0.54 0.46
Hex B5 36 A8 0 46 7 1D 132 36 2E
Octal 265 66 250 0 106 7 35 462 66 56
Binary 10110101 110110 10101000 0 1000110 111 11101 100110010 110110 101110

Color Harmonies of #B536A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536A8

Black with #B536A8

Text Example


Text Example

White with #B536A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536A8; }

 p { color: rgb(181,54,168); }

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

background-color css

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

 a { background-color: rgb(181,54,168); }

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

border-color css

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

 span { border-color: rgb(181,54,168); }

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