Html Css Color HEX #B572BA Fuchsia

📋 copy color: '#B572BA'

red 181 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #B572BA

Tints of Fuchsia #B572BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.7%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 37.63%
G = 23.7%
B = 38.67%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B572BA (or 0xB572BA) is known color: Fuchsia. HEX triplet: B5, 72 and BA. RGB value is (181,114,186). Sum of RGB (Red+Green+Blue) = 181+114+186=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B572BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572BA is #4A8D45. Grayscale: #8E8E8E. Windows color (decimal): -4885830 or 12219061. OLE color: 12219061.

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

Color convert

RGB 181 114 186 -
CMYK 0.03 0.39 0 0.27
HSL 295.83º 0.34% 0.59% -
HSV(B) 295.83º 0.39% 0.73% -
XYZ 33.94 25.4 49.57 -
YUV 142.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 181 114 186 0.03 0.39 0 0.27 295.83 0.34 0.59
Hex B5 72 BA 3 27 0 1B 128 22 3B
Octal 265 162 272 3 47 0 33 450 42 73
Binary 10110101 1110010 10111010 11 100111 0 11011 100101000 100010 111011

Color Harmonies of #B572BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572BA

Black with #B572BA

Text Example


Text Example

White with #B572BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572BA; }

 p { color: rgb(181,114,186); }

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

background-color css

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

 a { background-color: rgb(181,114,186); }

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

border-color css

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

 span { border-color: rgb(181,114,186); }

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