#BC30D3

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

Shades of Medium Orchid #BC30D3

Tints of Medium Orchid #BC30D3

Color information

#BC30D3 (or 0xBC30D3) is unknown color: approx Medium Orchid. HEX triplet: BC, 30 and D3. RGB value is (188,48,211). Sum of RGB (Red+Green+Blue) = 188+48+211=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC30D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30D3 is #43CF2C. Grayscale: #6B6B6B. Windows color (decimal): -4443949 or 13840572. OLE color: 13840572.

HSL color Cylindrical-coordinate representation of color #BC30D3: hue angle of 291.53º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC30D3 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18848211-
CMYK0.110.7700.17
HSL291.53º64.94%50.78%-
HSV(B)291.53º77.25%82.75%-
XYZ33.5517.5163.24-
YUV108.44185.88184.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 48 (19.14% from 255) = 10.74%
BLUE value IS 211 (82.81% from 255) = 47.20%
R=42.06%
G=10.74%
B=47.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188482110.110.7700.17291.5364.9450.78
HexBC30D3B4D0111244133
Octal274603231311502144410163
Binary1011110011000011010011101110011010100011001001001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC30D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC30D3; }

 p { color: rgb(188,48,211); }

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

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

 a { background-color: rgb(188,48,211); }

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

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

 span { border-color: rgb(188,48,211); }

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