Html Css Color HEX #B531BD Fuchsia

📋 copy color: '#B531BD'

red 181 ◦ green 49 ◦ blue 189

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

Shades of Fuchsia #B531BD

Tints of Fuchsia #B531BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.69%

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

R = 43.2%
G = 11.69%
B = 45.11%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B531BD (or 0xB531BD) is known color: Fuchsia. HEX triplet: B5, 31 and BD. RGB value is (181,49,189). Sum of RGB (Red+Green+Blue) = 181+49+189=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #B531BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531BD is #4ACE42. Grayscale: #686868. Windows color (decimal): -4902467 or 12399029. OLE color: 12399029.

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

Color convert

RGB 181 49 189 -
CMYK 0.04 0.74 0 0.26
HSL 296.57º 0.59% 0.47% -
HSV(B) 296.57º 0.74% 0.74% -
XYZ 29.34 15.69 49.63 -
YUV 104.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 181 49 189 0.04 0.74 0 0.26 296.57 0.59 0.47
Hex B5 31 BD 4 4A 0 1A 129 3B 2F
Octal 265 61 275 4 112 0 32 451 73 57
Binary 10110101 110001 10111101 100 1001010 0 11010 100101001 111011 101111

Color Harmonies of #B531BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531BD

Black with #B531BD

Text Example


Text Example

White with #B531BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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