#BD2DBA

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

Shades of Fuchsia #BD2DBA

Tints of Fuchsia #BD2DBA

Color information

#BD2DBA (or 0xBD2DBA) is unknown color: approx Fuchsia. HEX triplet: BD, 2D and BA. RGB value is (189,45,186). Sum of RGB (Red+Green+Blue) = 189+45+186=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DBA is #42D245. Grayscale: #676767. Windows color (decimal): -4379206 or 12201405. OLE color: 12201405.

HSL color Cylindrical-coordinate representation of color #BD2DBA: hue angle of 301.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2DBA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18945186-
CMYK00.760.020.26
HSL301.25º61.54%45.88%-
HSV(B)301.25º76.19%74.12%-
XYZ30.7916.2447.97-
YUV104.13174.21188.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=45%
G=10.71%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894518600.760.020.26301.2561.5445.88
HexBD2DBA04C21A12d3e2e
Octal2755527201142324557656
Binary1011110110110110111010010011001011010100101101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2DBA; }

 p { color: rgb(189,45,186); }

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

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

 a { background-color: rgb(189,45,186); }

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

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

 span { border-color: rgb(189,45,186); }

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