#B452BD

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

Shades of Fuchsia #B452BD

Tints of Fuchsia #B452BD

Color information

#B452BD (or 0xB452BD) is unknown color: approx Fuchsia. HEX triplet: B4, 52 and BD. RGB value is (180,82,189). Sum of RGB (Red+Green+Blue) = 180+82+189=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #B452BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452BD is #4BAD42. Grayscale: #7B7B7B. Windows color (decimal): -4959555 or 12407476. OLE color: 12407476.

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

Color convert

RGB18082189-
CMYK0.050.5700.26
HSL294.95º44.77%53.14%-
HSV(B)294.95º56.61%74.12%-
XYZ31.0219.4150.26-
YUV123.5164.97168.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=39.91%
G=18.18%
B=41.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180821890.050.5700.26294.9544.7753.14
HexB452BD53901A1272d35
Octal2641222755710324475565
Binary10110100101001010111101101111001011010100100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452BD; }

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

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

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

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

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

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

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

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