#BD3CC3

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

Shades of Fuchsia #BD3CC3

Tints of Fuchsia #BD3CC3

Color information

#BD3CC3 (or 0xBD3CC3) is unknown color: approx Fuchsia. HEX triplet: BD, 3C and C3. RGB value is (189,60,195). Sum of RGB (Red+Green+Blue) = 189+60+195=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD3CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CC3 is #42C33C. Grayscale: #717171. Windows color (decimal): -4375357 or 12795069. OLE color: 12795069.

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

Color convert

RGB18960195-
CMYK0.030.6900.24
HSL297.33º52.94%50%-
HSV(B)297.33º69.23%76.47%-
XYZ32.4517.9953.39-
YUV113.96173.74181.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 60 (23.83% from 255) = 13.51%
BLUE value IS 195 (76.56% from 255) = 43.92%
R=42.57%
G=13.51%
B=43.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189601950.030.6900.24297.3352.9450
HexBD3CC33450181293532
Octal2757430331050304516562
Binary1011110111110011000011111000101011000100101001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3CC3; }

 p { color: rgb(189,60,195); }

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

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

 a { background-color: rgb(189,60,195); }

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

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

 span { border-color: rgb(189,60,195); }

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