Html Css Color HEX #B531BB Fuchsia

📋 copy color: '#B531BB'

red 181 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #B531BB

Tints of Fuchsia #B531BB

RGB

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

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

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

R = 43.41%
G = 11.75%
B = 44.84%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B531BB (or 0xB531BB) is known color: Fuchsia. HEX triplet: B5, 31 and BB. RGB value is (181,49,187). Sum of RGB (Red+Green+Blue) = 181+49+187=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #B531BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531BB is #4ACE44. Grayscale: #676767. Windows color (decimal): -4902469 or 12267957. OLE color: 12267957.

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

Color convert

RGB 181 49 187 -
CMYK 0.03 0.74 0 0.27
HSL 297.39º 0.58% 0.46% -
HSV(B) 297.39º 0.74% 0.73% -
XYZ 29.12 15.61 48.49 -
YUV 104.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 181 49 187 0.03 0.74 0 0.27 297.39 0.58 0.46
Hex B5 31 BB 3 4A 0 1B 129 3A 2E
Octal 265 61 273 3 112 0 33 451 72 56
Binary 10110101 110001 10111011 11 1001010 0 11011 100101001 111010 101110

Color Harmonies of #B531BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531BB

Black with #B531BB

Text Example


Text Example

White with #B531BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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