Html Css Color HEX #B532BD Fuchsia

📋 copy color: '#B532BD'

red 181 ◦ green 50 ◦ blue 189

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

Shades of Fuchsia #B532BD

Tints of Fuchsia #B532BD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

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

R = 43.1%
G = 11.9%
B = 45%

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

#B532BD (or 0xB532BD) is known color: Fuchsia. HEX triplet: B5, 32 and BD. RGB value is (181,50,189). Sum of RGB (Red+Green+Blue) = 181+50+189=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #B532BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532BD is #4ACD42. Grayscale: #686868. Windows color (decimal): -4902211 or 12399285. OLE color: 12399285.

HSL color Cylindrical-coordinate representation of color #B532BD: hue angle of 296.55º degrees, saturation: 0.58, 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 #B532BD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 50 189 -
CMYK 0.04 0.74 0 0.26
HSL 296.55º 0.58% 0.47% -
HSV(B) 296.55º 0.74% 0.74% -
XYZ 29.38 15.78 49.64 -
YUV 105.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 181 50 189 0.04 0.74 0 0.26 296.55 0.58 0.47
Hex B5 32 BD 4 4A 0 1A 129 3A 2F
Octal 265 62 275 4 112 0 32 451 72 57
Binary 10110101 110010 10111101 100 1001010 0 11010 100101001 111010 101111

Color Harmonies of #B532BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532BD

Black with #B532BD

Text Example


Text Example

White with #B532BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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