Html Css Color HEX #B538A8 Fuchsia

📋 copy color: '#B538A8'

red 181 ◦ green 56 ◦ blue 168

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

Shades of Fuchsia #B538A8

Tints of Fuchsia #B538A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.83%

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

R = 44.69%
G = 13.83%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B538A8 (or 0xB538A8) is known color: Fuchsia. HEX triplet: B5, 38 and A8. RGB value is (181,56,168). Sum of RGB (Red+Green+Blue) = 181+56+168=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B538A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B538A8 is #4AC757. Grayscale: #696969. Windows color (decimal): -4900696 or 11024565. OLE color: 11024565.

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

Color convert

RGB 181 56 168 -
CMYK 0 0.69 0.07 0.29
HSL 306.24º 0.53% 0.46% -
HSV(B) 306.24º 0.69% 0.71% -
XYZ 27.54 15.48 38.58 -
YUV 106.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 181 56 168 0 0.69 0.07 0.29 306.24 0.53 0.46
Hex B5 38 A8 0 45 7 1D 132 35 2E
Octal 265 70 250 0 105 7 35 462 65 56
Binary 10110101 111000 10101000 0 1000101 111 11101 100110010 110101 101110

Color Harmonies of #B538A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538A8

Black with #B538A8

Text Example


Text Example

White with #B538A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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