#B945BD

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

Shades of Fuchsia #B945BD

Tints of Fuchsia #B945BD

Color information

#B945BD (or 0xB945BD) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and BD. RGB value is (185,69,189). Sum of RGB (Red+Green+Blue) = 185+69+189=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B945BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945BD is #46BA42. Grayscale: #757575. Windows color (decimal): -4635203 or 12404153. OLE color: 12404153.

HSL color Cylindrical-coordinate representation of color #B945BD: hue angle of 298º 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 #B945BD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18569189-
CMYK0.020.6300.26
HSL298º47.62%50.59%-
HSV(B)298º63.49%74.12%-
XYZ31.3218.2450.01-
YUV117.36168.43176.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=41.76%
G=15.58%
B=42.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185691890.020.6300.2629847.6250.59
HexB945BD23F01A12a3033
Octal2711052752770324526063
Binary1011100110001011011110110111111011010100101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945BD; }

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

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

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

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

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

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

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

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