Html Css Color HEX #B542B8 Fuchsia

📋 copy color: '#B542B8'

red 181 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #B542B8

Tints of Fuchsia #B542B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.69%

R = 42%
G = 15.31%
B = 42.69%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B542B8 (or 0xB542B8) is known color: Fuchsia. HEX triplet: B5, 42 and B8. RGB value is (181,66,184). Sum of RGB (Red+Green+Blue) = 181+66+184=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #B542B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542B8 is #4ABD47. Grayscale: #717171. Windows color (decimal): -4898120 or 12075701. OLE color: 12075701.

HSL color Cylindrical-coordinate representation of color #B542B8: hue angle of 298.47º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B542B8 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 66 184 -
CMYK 0.02 0.64 0 0.28
HSL 298.47º 0.47% 0.49% -
HSV(B) 298.47º 0.64% 0.72% -
XYZ 29.66 17.18 47.1 -
YUV 113.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 181 66 184 0.02 0.64 0 0.28 298.47 0.47 0.49
Hex B5 42 B8 2 40 0 1C 12A 2F 31
Octal 265 102 270 2 100 0 34 452 57 61
Binary 10110101 1000010 10111000 10 1000000 0 11100 100101010 101111 110001

Color Harmonies of #B542B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542B8

Black with #B542B8

Text Example


Text Example

White with #B542B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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