#BD5CC2

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

Shades of Fuchsia #BD5CC2

Tints of Fuchsia #BD5CC2

Color information

#BD5CC2 (or 0xBD5CC2) is unknown color: approx Fuchsia. HEX triplet: BD, 5C and C2. RGB value is (189,92,194). Sum of RGB (Red+Green+Blue) = 189+92+194=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CC2 is #42A33D. Grayscale: #848484. Windows color (decimal): -4367166 or 12737725. OLE color: 12737725.

HSL color Cylindrical-coordinate representation of color #BD5CC2: hue angle of 297.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5CC2 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18992194-
CMYK0.030.5300.24
HSL297.06º45.54%56.08%-
HSV(B)297.06º52.58%76.08%-
XYZ34.5522.3753.54-
YUV132.63162.64168.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 194 (76.17% from 255) = 40.84%
R=39.79%
G=19.37%
B=40.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189921940.030.5300.24297.0645.5456.08
HexBD5CC23350181292e38
Octal2751343023650304515670
Binary1011110110111001100001011110101011000100101001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CC2; }

 p { color: rgb(189,92,194); }

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

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

 a { background-color: rgb(189,92,194); }

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

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

 span { border-color: rgb(189,92,194); }

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