#bd5cc8

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

Shades of Fuchsia #BD5CC8

Tints of Fuchsia #BD5CC8

Color information

#BD5CC8 (or 0xBD5CC8) is unknown color: approx Fuchsia. HEX triplet: BD, 5C and C8. RGB value is (189,92,200). Sum of RGB (Red+Green+Blue) = 189+92+200=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD5CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CC8 is #42A337. Grayscale: #848484. Windows color (decimal): -4367160 or 13130941. OLE color: 13130941.

HSL color Cylindrical-coordinate representation of color #BD5CC8: hue angle of 293.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5CC8 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18992200-
CMYK0.060.5400.22
HSL293.89º49.54%57.25%-
HSV(B)293.89º54%78.43%-
XYZ35.2422.6457.16-
YUV133.32165.64167.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 200 (78.52% from 255) = 41.58%
R=39.29%
G=19.13%
B=41.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189922000.060.5400.22293.8949.5457.25
HexBD5CC86360161263239
Octal2751343106660264466271
Binary10111101101110011001000110110110010110100100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5cc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5cc8; }

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

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

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

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

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

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

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

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