#BC67CA

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

Shades of Medium Orchid #BC67CA

Tints of Medium Orchid #BC67CA

Color information

#BC67CA (or 0xBC67CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and CA. RGB value is (188,103,202). Sum of RGB (Red+Green+Blue) = 188+103+202=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CA is #439835. Grayscale: #8B8B8B. Windows color (decimal): -4429878 or 13264828. OLE color: 13264828.

HSL color Cylindrical-coordinate representation of color #BC67CA: hue angle of 291.52º 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 #BC67CA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188103202-
CMYK0.070.4900.21
HSL291.52º48.29%59.8%-
HSV(B)291.52º49.01%79.22%-
XYZ36.2524.6658.73-
YUV139.7163.16162.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 103 (40.62% from 255) = 20.89%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=38.13%
G=20.89%
B=40.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881032020.070.4900.21291.5248.2959.8
HexBC67CA731015124303c
Octal2741473127610254446074
Binary10111100110011111001010111110001010101100100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67CA; }

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

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

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

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

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

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

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

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