#B45CBD

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

Shades of Fuchsia #B45CBD

Tints of Fuchsia #B45CBD

Color information

#B45CBD (or 0xB45CBD) is unknown color: approx Fuchsia. HEX triplet: B4, 5C and BD. RGB value is (180,92,189). Sum of RGB (Red+Green+Blue) = 180+92+189=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #B45CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CBD is #4BA342. Grayscale: #818181. Windows color (decimal): -4956995 or 12410036. OLE color: 12410036.

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

Color convert

RGB18092189-
CMYK0.050.5100.26
HSL294.43º42.36%55.1%-
HSV(B)294.43º51.32%74.12%-
XYZ31.8321.0350.53-
YUV129.37161.65164.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=39.05%
G=19.96%
B=41.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180921890.050.5100.26294.4342.3655.1
HexB45CBD53301A1262a37
Octal2641342755630324465267
Binary10110100101110010111101101110011011010100100110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CBD; }

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

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

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

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

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

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

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

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