#BC67CC

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

Shades of Medium Orchid #BC67CC

Tints of Medium Orchid #BC67CC

Color information

#BC67CC (or 0xBC67CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and CC. RGB value is (188,103,204). Sum of RGB (Red+Green+Blue) = 188+103+204=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CC is #439833. Grayscale: #8B8B8B. Windows color (decimal): -4429876 or 13395900. OLE color: 13395900.

HSL color Cylindrical-coordinate representation of color #BC67CC: hue angle of 290.5º 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 #BC67CC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188103204-
CMYK0.080.5000.2
HSL290.5º49.75%60.2%-
HSV(B)290.5º49.51%80%-
XYZ36.4924.7559.98-
YUV139.93164.16162.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=37.98%
G=20.81%
B=41.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881032040.080.5000.2290.549.7560.2
HexBC67CC832014122323c
Octal27414731410620244426274
Binary101111001100111110011001000110010010100100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67CC; }

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

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

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

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

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

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

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

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