Html Css Color HEX #B542BB Fuchsia

📋 copy color: '#B542BB'

red 181 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #B542BB

Tints of Fuchsia #B542BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 41.71%
G = 15.21%
B = 43.09%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B542BB (or 0xB542BB) is known color: Fuchsia. HEX triplet: B5, 42 and BB. RGB value is (181,66,187). Sum of RGB (Red+Green+Blue) = 181+66+187=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B542BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BB is #4ABD44. Grayscale: #717171. Windows color (decimal): -4898117 or 12272309. OLE color: 12272309.

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

Color convert

RGB 181 66 187 -
CMYK 0.03 0.65 0 0.27
HSL 297.02º 0.48% 0.5% -
HSV(B) 297.02º 0.65% 0.73% -
XYZ 29.97 17.31 48.77 -
YUV 114.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 181 66 187 0.03 0.65 0 0.27 297.02 0.48 0.5
Hex B5 42 BB 3 41 0 1B 129 30 32
Octal 265 102 273 3 101 0 33 451 60 62
Binary 10110101 1000010 10111011 11 1000001 0 11011 100101001 110000 110010

Color Harmonies of #B542BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542BB

Black with #B542BB

Text Example


Text Example

White with #B542BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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