#BC65CA

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

Shades of Medium Orchid #BC65CA

Tints of Medium Orchid #BC65CA

Color information

#BC65CA (or 0xBC65CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 65 and CA. RGB value is (188,101,202). Sum of RGB (Red+Green+Blue) = 188+101+202=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65CA is #439A35. Grayscale: #8A8A8A. Windows color (decimal): -4430390 or 13264316. OLE color: 13264316.

HSL color Cylindrical-coordinate representation of color #BC65CA: hue angle of 291.68º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC65CA is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188101202-
CMYK0.070.5000.21
HSL291.68º48.79%59.41%-
HSV(B)291.68º50%79.22%-
XYZ36.0524.2658.66-
YUV138.53163.82163.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=38.29%
G=20.57%
B=41.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881012020.070.5000.21291.6848.7959.41
HexBC65CA732015124313b
Octal2741453127620254446173
Binary10111100110010111001010111110010010101100100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65CA; }

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

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

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

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

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

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

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

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