#B452BE

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

Shades of Fuchsia #B452BE

Tints of Fuchsia #B452BE

Color information

#B452BE (or 0xB452BE) is unknown color: approx Fuchsia. HEX triplet: B4, 52 and BE. RGB value is (180,82,190). Sum of RGB (Red+Green+Blue) = 180+82+190=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #B452BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452BE is #4BAD41. Grayscale: #7B7B7B. Windows color (decimal): -4959554 or 12473012. OLE color: 12473012.

HSL color Cylindrical-coordinate representation of color #B452BE: hue angle of 294.44º 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 #B452BE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18082190-
CMYK0.050.5700.25
HSL294.44º45.38%53.33%-
HSV(B)294.44º56.84%74.51%-
XYZ31.1319.4650.83-
YUV123.61165.47168.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=39.82%
G=18.14%
B=42.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180821900.050.5700.25294.4445.3853.33
HexB452BE5390191262d35
Octal2641222765710314465565
Binary10110100101001010111110101111001011001100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452BE; }

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

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

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

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

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

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

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

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