#BD2BAF

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

Shades of Fuchsia #BD2BAF

Tints of Fuchsia #BD2BAF

Color information

#BD2BAF (or 0xBD2BAF) is unknown color: approx Fuchsia. HEX triplet: BD, 2B and AF. RGB value is (189,43,175). Sum of RGB (Red+Green+Blue) = 189+43+175=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2BAF is #42D450. Grayscale: #656565. Windows color (decimal): -4379729 or 11479997. OLE color: 11479997.

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

Color convert

RGB18943175-
CMYK00.770.070.26
HSL305.75º62.93%45.49%-
HSV(B)305.75º77.25%74.12%-
XYZ29.5915.6442.02-
YUV101.7169.37190.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 43 (17.19% from 255) = 10.57%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=46.44%
G=10.57%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894317500.770.070.26305.7562.9345.49
HexBD2BAF04D71A1323f2d
Octal2755325701157324627755
Binary10111101101011101011110100110111111010100110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2BAF; }

 p { color: rgb(189,43,175); }

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

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

 a { background-color: rgb(189,43,175); }

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

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

 span { border-color: rgb(189,43,175); }

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