#BC4CFD

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

Shades of Medium Orchid #BC4CFD

Tints of Medium Orchid #BC4CFD

Color information

#BC4CFD (or 0xBC4CFD) is unknown color: approx Medium Orchid. HEX triplet: BC, 4C and FD. RGB value is (188,76,253). Sum of RGB (Red+Green+Blue) = 188+76+253=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CFD is #43B302. Grayscale: #818181. Windows color (decimal): -4436739 or 16600252. OLE color: 16600252.

HSL color Cylindrical-coordinate representation of color #BC4CFD: hue angle of 277.97º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4CFD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18876253-
CMYK0.260.7000.01
HSL277.97º97.79%64.51%-
HSV(B)277.97º69.96%99.22%-
XYZ41.0522.9595.19-
YUV129.67197.61169.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 76 (30.08% from 255) = 14.70%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=36.36%
G=14.70%
B=48.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188762530.260.7000.01277.9797.7964.51
HexBC4CFD1A46011166241
Octal2741143753210601426142101
Binary101111001001100111111011101010001100110001011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4CFD; }

 p { color: rgb(188,76,253); }

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

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

 a { background-color: rgb(188,76,253); }

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

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

 span { border-color: rgb(188,76,253); }

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