#BD75BA

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

Shades of Fuchsia #BD75BA

Tints of Fuchsia #BD75BA

Color information

#BD75BA (or 0xBD75BA) is unknown color: approx Fuchsia. HEX triplet: BD, 75 and BA. RGB value is (189,117,186). Sum of RGB (Red+Green+Blue) = 189+117+186=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75BA is #428A45. Grayscale: #929292. Windows color (decimal): -4360774 or 12219837. OLE color: 12219837.

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

Color convert

RGB189117186-
CMYK00.380.020.26
HSL302.5º35.29%60%-
HSV(B)302.5º38.1%74.12%-
XYZ36.2127.0949.77-
YUV146.39150.35158.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=38.41%
G=23.78%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911718600.380.020.26302.535.2960
HexBD75BA02621A12e233c
Octal2751652720462324564374
Binary1011110111101011011101001001101011010100101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75BA; }

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

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

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

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

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

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

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

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