#BC67C9

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

Shades of Medium Orchid #BC67C9

Tints of Medium Orchid #BC67C9

Color information

#BC67C9 (or 0xBC67C9) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and C9. RGB value is (188,103,201). Sum of RGB (Red+Green+Blue) = 188+103+201=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67C9 is #439836. Grayscale: #8B8B8B. Windows color (decimal): -4429879 or 13199292. OLE color: 13199292.

HSL color Cylindrical-coordinate representation of color #BC67C9: hue angle of 292.04º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC67C9 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188103201-
CMYK0.060.4900.21
HSL292.04º47.57%59.61%-
HSV(B)292.04º48.76%78.82%-
XYZ36.1324.6158.1-
YUV139.59162.66162.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 103 (40.62% from 255) = 20.93%
BLUE value IS 201 (78.91% from 255) = 40.85%
R=38.21%
G=20.93%
B=40.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881032010.060.4900.21292.0447.5759.61
HexBC67C9631015124303c
Octal2741473116610254446074
Binary10111100110011111001001110110001010101100100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67C9; }

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

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

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

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

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

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

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

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