#BC67CD

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

Shades of Medium Orchid #BC67CD

Tints of Medium Orchid #BC67CD

Color information

#BC67CD (or 0xBC67CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and CD. RGB value is (188,103,205). Sum of RGB (Red+Green+Blue) = 188+103+205=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CD is #439832. Grayscale: #8B8B8B. Windows color (decimal): -4429875 or 13461436. OLE color: 13461436.

HSL color Cylindrical-coordinate representation of color #BC67CD: hue angle of 290º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC67CD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188103205-
CMYK0.080.5000.20
HSL290º50.5%60.39%-
HSV(B)290º49.76%80.39%-
XYZ36.6124.860.61-
YUV140.04164.66162.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 103 (40.62% from 255) = 20.77%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=37.90%
G=20.77%
B=41.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881032050.080.5000.2029050.560.39
HexBC67CD832014122323c
Octal27414731510620244426274
Binary101111001100111110011011000110010010100100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67CD; }

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

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

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

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

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

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

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

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