#BD2ABE

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

Shades of Fuchsia #BD2ABE

Tints of Fuchsia #BD2ABE

Color information

#BD2ABE (or 0xBD2ABE) is unknown color: approx Fuchsia. HEX triplet: BD, 2A and BE. RGB value is (189,42,190). Sum of RGB (Red+Green+Blue) = 189+42+190=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ABE is #42D541. Grayscale: #666666. Windows color (decimal): -4379970 or 12462781. OLE color: 12462781.

HSL color Cylindrical-coordinate representation of color #BD2ABE: hue angle of 299.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2ABE is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18942190-
CMYK0.010.7800.25
HSL299.59º63.79%45.49%-
HSV(B)299.59º77.89%74.51%-
XYZ31.1116.1950.2-
YUV102.82177.2189.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 42 (16.80% from 255) = 9.98%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=44.89%
G=9.98%
B=45.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189421900.010.7800.25299.5963.7945.49
HexBD2ABE14E01912c402d
Octal27552276111603145410055
Binary1011110110101010111110110011100110011001011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2ABE; }

 p { color: rgb(189,42,190); }

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

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

 a { background-color: rgb(189,42,190); }

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

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

 span { border-color: rgb(189,42,190); }

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