#BD2BB5

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

Shades of Fuchsia #BD2BB5

Tints of Fuchsia #BD2BB5

Color information

#BD2BB5 (or 0xBD2BB5) is unknown color: approx Fuchsia. HEX triplet: BD, 2B and B5. RGB value is (189,43,181). Sum of RGB (Red+Green+Blue) = 189+43+181=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BB5 is #42D44A. Grayscale: #656565. Windows color (decimal): -4379723 or 11873213. OLE color: 11873213.

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

Color convert

RGB18943181-
CMYK00.770.040.26
HSL303.29º62.93%45.49%-
HSV(B)303.29º77.25%74.12%-
XYZ30.1915.8845.19-
YUV102.39172.37189.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 43 (17.19% from 255) = 10.41%
BLUE value IS 181 (71.09% from 255) = 43.83%
R=45.76%
G=10.41%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894318100.770.040.26303.2962.9345.49
HexBD2BB504D41A12f3f2d
Octal2755326501154324577755
Binary10111101101011101101010100110110011010100101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2BB5; }

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

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

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

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

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

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

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

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