Html Css Color HEX #B572B7 Fuchsia

📋 copy color: '#B572B7'

red 181 ◦ green 114 ◦ blue 183

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

Shades of Fuchsia #B572B7

Tints of Fuchsia #B572B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 37.87%
G = 23.85%
B = 38.28%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B572B7 (or 0xB572B7) is known color: Fuchsia. HEX triplet: B5, 72 and B7. RGB value is (181,114,183). Sum of RGB (Red+Green+Blue) = 181+114+183=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 183 - color contains mainly: blue. Hex color #B572B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572B7 is #4A8D48. Grayscale: #8D8D8D. Windows color (decimal): -4885833 or 12022453. OLE color: 12022453.

HSL color Cylindrical-coordinate representation of color #B572B7: hue angle of 298.26º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B572B7 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 114 183 -
CMYK 0.01 0.38 0 0.28
HSL 298.26º 0.32% 0.58% -
HSV(B) 298.26º 0.38% 0.72% -
XYZ 33.62 25.28 47.91 -
YUV 141.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 181 114 183 0.01 0.38 0 0.28 298.26 0.32 0.58
Hex B5 72 B7 1 26 0 1C 12A 20 3A
Octal 265 162 267 1 46 0 34 452 40 72
Binary 10110101 1110010 10110111 1 100110 0 11100 100101010 100000 111010

Color Harmonies of #B572B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572B7

Black with #B572B7

Text Example


Text Example

White with #B572B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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