Html Css Color HEX #B574BB Fuchsia

📋 copy color: '#B574BB'

red 181 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #B574BB

Tints of Fuchsia #B574BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

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

R = 37.4%
G = 23.97%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B574BB (or 0xB574BB) is known color: Fuchsia. HEX triplet: B5, 74 and BB. RGB value is (181,116,187). Sum of RGB (Red+Green+Blue) = 181+116+187=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B574BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574BB is #4A8B44. Grayscale: #8F8F8F. Windows color (decimal): -4885317 or 12285109. OLE color: 12285109.

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

Color convert

RGB 181 116 187 -
CMYK 0.03 0.38 0 0.27
HSL 294.93º 0.34% 0.59% -
HSV(B) 294.93º 0.38% 0.73% -
XYZ 34.27 25.9 50.21 -
YUV 143.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 181 116 187 0.03 0.38 0 0.27 294.93 0.34 0.59
Hex B5 74 BB 3 26 0 1B 127 22 3B
Octal 265 164 273 3 46 0 33 447 42 73
Binary 10110101 1110100 10111011 11 100110 0 11011 100100111 100010 111011

Color Harmonies of #B574BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574BB

Black with #B574BB

Text Example


Text Example

White with #B574BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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