#B845BD

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

Shades of Fuchsia #B845BD

Tints of Fuchsia #B845BD

Color information

#B845BD (or 0xB845BD) is unknown color: approx Fuchsia. HEX triplet: B8, 45 and BD. RGB value is (184,69,189). Sum of RGB (Red+Green+Blue) = 184+69+189=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #B845BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845BD is #47BA42. Grayscale: #747474. Windows color (decimal): -4700739 or 12404152. OLE color: 12404152.

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

Color convert

RGB18469189-
CMYK0.030.6300.26
HSL297.5º47.62%50.59%-
HSV(B)297.5º63.49%74.12%-
XYZ31.0818.1250-
YUV117.06168.6175.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 69 (27.34% from 255) = 15.61%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=41.63%
G=15.61%
B=42.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184691890.030.6300.26297.547.6250.59
HexB845BD33F01A12a3033
Octal2701052753770324526063
Binary1011100010001011011110111111111011010100101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845BD; }

 p { color: rgb(184,69,189); }

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

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

 a { background-color: rgb(184,69,189); }

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

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

 span { border-color: rgb(184,69,189); }

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