Html Css Color HEX #B538BA Fuchsia

📋 copy color: '#B538BA'

red 181 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #B538BA

Tints of Fuchsia #B538BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 42.79%
G = 13.24%
B = 43.97%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B538BA (or 0xB538BA) is known color: Fuchsia. HEX triplet: B5, 38 and BA. RGB value is (181,56,186). Sum of RGB (Red+Green+Blue) = 181+56+186=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B538BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538BA is #4AC745. Grayscale: #6B6B6B. Windows color (decimal): -4900678 or 12204213. OLE color: 12204213.

HSL color Cylindrical-coordinate representation of color #B538BA: hue angle of 297.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B538BA is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 56 186 -
CMYK 0.03 0.70 0 0.27
HSL 297.69º 0.54% 0.47% -
HSV(B) 297.69º 0.7% 0.73% -
XYZ 29.33 16.2 48.03 -
YUV 108.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 181 56 186 0.03 0.70 0 0.27 297.69 0.54 0.47
Hex B5 38 BA 3 46 0 1B 12A 36 2F
Octal 265 70 272 3 106 0 33 452 66 57
Binary 10110101 111000 10111010 11 1000110 0 11011 100101010 110110 101111

Color Harmonies of #B538BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538BA

Black with #B538BA

Text Example


Text Example

White with #B538BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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