Html Css Color HEX #B539B5 Fuchsia

📋 copy color: '#B539B5'

red 181 ◦ green 57 ◦ blue 181

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

Shades of Fuchsia #B539B5

Tints of Fuchsia #B539B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 43.2%
G = 13.6%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B539B5 (or 0xB539B5) is known color: Fuchsia. HEX triplet: B5, 39 and B5. RGB value is (181,57,181). Sum of RGB (Red+Green+Blue) = 181+57+181=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B539B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539B5 is #4AC64A. Grayscale: #6B6B6B. Windows color (decimal): -4900427 or 11876789. OLE color: 11876789.

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

Color convert

RGB 181 57 181 -
CMYK 0 0.69 0 0.29
HSL 300º 0.52% 0.47% -
HSV(B) 300º 0.69% 0.71% -
XYZ 28.86 16.09 45.3 -
YUV 108.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 181 57 181 0 0.69 0 0.29 300 0.52 0.47
Hex B5 39 B5 0 45 0 1D 12C 34 2F
Octal 265 71 265 0 105 0 35 454 64 57
Binary 10110101 111001 10110101 0 1000101 0 11101 100101100 110100 101111

Color Harmonies of #B539B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539B5

Black with #B539B5

Text Example


Text Example

White with #B539B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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