Html Css Color HEX #B540BE Fuchsia

📋 copy color: '#B540BE'

red 181 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #B540BE

Tints of Fuchsia #B540BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.71%

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

R = 41.61%
G = 14.71%
B = 43.68%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B540BE (or 0xB540BE) is known color: Fuchsia. HEX triplet: B5, 40 and BE. RGB value is (181,64,190). Sum of RGB (Red+Green+Blue) = 181+64+190=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #B540BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540BE is #4ABF41. Grayscale: #707070. Windows color (decimal): -4898626 or 12468405. OLE color: 12468405.

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

Color convert

RGB 181 64 190 -
CMYK 0.05 0.66 0 0.25
HSL 295.71º 0.5% 0.5% -
HSV(B) 295.71º 0.66% 0.75% -
XYZ 30.18 17.21 50.45 -
YUV 113.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 181 64 190 0.05 0.66 0 0.25 295.71 0.5 0.5
Hex B5 40 BE 5 42 0 19 128 32 32
Octal 265 100 276 5 102 0 31 450 62 62
Binary 10110101 1000000 10111110 101 1000010 0 11001 100101000 110010 110010

Color Harmonies of #B540BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540BE

Black with #B540BE

Text Example


Text Example

White with #B540BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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