#B152BE

Color #B152BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B152BE

Tints of Fuchsia #B152BE

Color information

#B152BE (or 0xB152BE) is unknown color: approx Fuchsia. HEX triplet: B1, 52 and BE. RGB value is (177,82,190). Sum of RGB (Red+Green+Blue) = 177+82+190=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B152BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152BE is #4EAD41. Grayscale: #7A7A7A. Windows color (decimal): -5156162 or 12473009. OLE color: 12473009.

HSL color Cylindrical-coordinate representation of color #B152BE: hue angle of 292.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B152BE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17782190-
CMYK0.070.5700.25
HSL292.78º45.38%53.33%-
HSV(B)292.78º56.84%74.51%-
XYZ30.4419.150.8-
YUV122.72165.97166.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=39.42%
G=18.26%
B=42.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177821900.070.5700.25292.7845.3853.33
HexB152BE7390191252d35
Octal2611222767710314455565
Binary10110001101001010111110111111001011001100100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B152BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B152BE; }

 p { color: rgb(177,82,190); }

 H1.HeaderClassName
 {
   color: #B152BE;
 }
 .AnyTagClassName
 {
   color: #B152BE;
 }
</style>
background-color css

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

 a { background-color: rgb(177,82,190); }

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

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

 span { border-color: rgb(177,82,190); }

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