#BF68CA

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

Shades of Medium Orchid #BF68CA

Tints of Medium Orchid #BF68CA

Color information

#BF68CA (or 0xBF68CA) is unknown color: approx Medium Orchid. HEX triplet: BF, 68 and CA. RGB value is (191,104,202). Sum of RGB (Red+Green+Blue) = 191+104+202=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68CA is #409735. Grayscale: #8C8C8C. Windows color (decimal): -4233014 or 13265087. OLE color: 13265087.

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

Color convert

RGB191104202-
CMYK0.050.4900.21
HSL293.27º48.04%60%-
HSV(B)293.27º48.51%79.22%-
XYZ37.125.2458.79-
YUV141.18162.32163.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 104 (41.02% from 255) = 20.93%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=38.43%
G=20.93%
B=40.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911042020.050.4900.21293.2748.0460
HexBF68CA531015125303c
Octal2771503125610254456074
Binary10111111110100011001010101110001010101100100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68CA; }

 p { color: rgb(191,104,202); }

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

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

 a { background-color: rgb(191,104,202); }

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

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

 span { border-color: rgb(191,104,202); }

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