#bd4fcc

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

Shades of Medium Orchid #BD4FCC

Tints of Medium Orchid #BD4FCC

Color information

#BD4FCC (or 0xBD4FCC) is unknown color: approx Medium Orchid. HEX triplet: BD, 4F and CC. RGB value is (189,79,204). Sum of RGB (Red+Green+Blue) = 189+79+204=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FCC is #42B033. Grayscale: #7D7D7D. Windows color (decimal): -4370484 or 13389757. OLE color: 13389757.

HSL color Cylindrical-coordinate representation of color #BD4FCC: hue angle of 292.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4FCC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18979204-
CMYK0.070.6100.2
HSL292.8º55.07%55.49%-
HSV(B)292.8º61.27%80%-
XYZ34.6820.7759.31-
YUV126.14171.94172.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 79 (31.25% from 255) = 16.74%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=40.04%
G=16.74%
B=43.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189792040.070.6100.2292.855.0755.49
HexBD4FCC73D0141253737
Octal2751173147750244456767
Binary10111101100111111001100111111101010100100100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd4fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd4fcc; }

 p { color: rgb(189,79,204); }

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

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

 a { background-color: rgb(189,79,204); }

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

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

 span { border-color: rgb(189,79,204); }

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