Html Css Color HEX #B542BE Fuchsia

📋 copy color: '#B542BE'

red 181 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #B542BE

Tints of Fuchsia #B542BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.1%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 41.42%
G = 15.1%
B = 43.48%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B542BE (or 0xB542BE) is known color: Fuchsia. HEX triplet: B5, 42 and BE. RGB value is (181,66,190). Sum of RGB (Red+Green+Blue) = 181+66+190=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B542BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BE is #4ABD41. Grayscale: #727272. Windows color (decimal): -4898114 or 12468917. OLE color: 12468917.

HSL color Cylindrical-coordinate representation of color #B542BE: hue angle of 295.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B542BE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 66 190 -
CMYK 0.05 0.65 0 0.25
HSL 295.65º 0.49% 0.5% -
HSV(B) 295.65º 0.65% 0.75% -
XYZ 30.3 17.44 50.48 -
YUV 114.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 181 66 190 0.05 0.65 0 0.25 295.65 0.49 0.5
Hex B5 42 BE 5 41 0 19 128 31 32
Octal 265 102 276 5 101 0 31 450 61 62
Binary 10110101 1000010 10111110 101 1000001 0 11001 100101000 110001 110010

Color Harmonies of #B542BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542BE

Black with #B542BE

Text Example


Text Example

White with #B542BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542BE; }

 p { color: rgb(181,66,190); }

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

background-color css

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

 a { background-color: rgb(181,66,190); }

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

border-color css

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

 span { border-color: rgb(181,66,190); }

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