#BC67D5

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

Shades of Medium Orchid #BC67D5

Tints of Medium Orchid #BC67D5

Color information

#BC67D5 (or 0xBC67D5) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and D5. RGB value is (188,103,213). Sum of RGB (Red+Green+Blue) = 188+103+213=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67D5 is #43982A. Grayscale: #8C8C8C. Windows color (decimal): -4429867 or 13985724. OLE color: 13985724.

HSL color Cylindrical-coordinate representation of color #BC67D5: hue angle of 286.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC67D5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188103213-
CMYK0.120.5200.16
HSL286.36º56.7%61.96%-
HSV(B)286.36º51.64%83.53%-
XYZ37.625.265.83-
YUV140.96168.66161.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=37.30%
G=20.44%
B=42.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881032130.120.5200.16286.3656.761.96
HexBC67D5C3401011e393e
Octal27414732514640204367176
Binary101111001100111110101011100110100010000100011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67D5; }

 p { color: rgb(188,103,213); }

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

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

 a { background-color: rgb(188,103,213); }

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

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

 span { border-color: rgb(188,103,213); }

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