#BF4BAA

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

Shades of Fuchsia #BF4BAA

Tints of Fuchsia #BF4BAA

Color information

#BF4BAA (or 0xBF4BAA) is unknown color: approx Fuchsia. HEX triplet: BF, 4B and AA. RGB value is (191,75,170). Sum of RGB (Red+Green+Blue) = 191+75+170=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4BAA is #40B455. Grayscale: #787878. Windows color (decimal): -4240470 or 11160511. OLE color: 11160511.

HSL color Cylindrical-coordinate representation of color #BF4BAA: hue angle of 310.86º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4BAA is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19175170-
CMYK00.610.110.25
HSL310.86º47.54%52.16%-
HSV(B)310.86º60.73%74.9%-
XYZ31.2619.0140.05-
YUV120.51155.93178.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=43.81%
G=17.20%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917517000.610.110.25310.8647.5452.16
HexBF4BAA03DB191373034
Octal27711325207513314676064
Binary101111111001011101010100111101101111001100110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BAA; }

 p { color: rgb(191,75,170); }

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

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

 a { background-color: rgb(191,75,170); }

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

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

 span { border-color: rgb(191,75,170); }

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