Html Css Color HEX #B542BD Fuchsia

📋 copy color: '#B542BD'

red 181 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #B542BD

Tints of Fuchsia #B542BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 41.51%
G = 15.14%
B = 43.35%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B542BD (or 0xB542BD) is known color: Fuchsia. HEX triplet: B5, 42 and BD. RGB value is (181,66,189). Sum of RGB (Red+Green+Blue) = 181+66+189=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B542BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BD is #4ABD42. Grayscale: #727272. Windows color (decimal): -4898115 or 12403381. OLE color: 12403381.

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

Color convert

RGB 181 66 189 -
CMYK 0.04 0.65 0 0.26
HSL 296.1º 0.48% 0.5% -
HSV(B) 296.1º 0.65% 0.74% -
XYZ 30.19 17.39 49.91 -
YUV 114.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 181 66 189 0.04 0.65 0 0.26 296.1 0.48 0.5
Hex B5 42 BD 4 41 0 1A 128 30 32
Octal 265 102 275 4 101 0 32 450 60 62
Binary 10110101 1000010 10111101 100 1000001 0 11010 100101000 110000 110010

Color Harmonies of #B542BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542BD

Black with #B542BD

Text Example


Text Example

White with #B542BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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