Html Css Color HEX #B539BC Fuchsia

📋 copy color: '#B539BC'

red 181 ◦ green 57 ◦ blue 188

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

Shades of Fuchsia #B539BC

Tints of Fuchsia #B539BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.38%

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 42.49%
G = 13.38%
B = 44.13%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B539BC (or 0xB539BC) is known color: Fuchsia. HEX triplet: B5, 39 and BC. RGB value is (181,57,188). Sum of RGB (Red+Green+Blue) = 181+57+188=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #B539BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539BC is #4AC643. Grayscale: #6C6C6C. Windows color (decimal): -4900420 or 12335541. OLE color: 12335541.

HSL color Cylindrical-coordinate representation of color #B539BC: hue angle of 296.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B539BC is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 57 188 -
CMYK 0.04 0.70 0 0.26
HSL 296.79º 0.53% 0.48% -
HSV(B) 296.79º 0.7% 0.74% -
XYZ 29.6 16.38 49.18 -
YUV 109.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 181 57 188 0.04 0.70 0 0.26 296.79 0.53 0.48
Hex B5 39 BC 4 46 0 1A 129 35 30
Octal 265 71 274 4 106 0 32 451 65 60
Binary 10110101 111001 10111100 100 1000110 0 11010 100101001 110101 110000

Color Harmonies of #B539BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539BC

Black with #B539BC

Text Example


Text Example

White with #B539BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539BC; }

 p { color: rgb(181,57,188); }

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

background-color css

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

 a { background-color: rgb(181,57,188); }

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

border-color css

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

 span { border-color: rgb(181,57,188); }

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