#bf6aca

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

Shades of Medium Orchid #BF6ACA

Tints of Medium Orchid #BF6ACA

Color information

#BF6ACA (or 0xBF6ACA) is unknown color: approx Medium Orchid. HEX triplet: BF, 6A and CA. RGB value is (191,106,202). Sum of RGB (Red+Green+Blue) = 191+106+202=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ACA is #409535. Grayscale: #8E8E8E. Windows color (decimal): -4232502 or 13265599. OLE color: 13265599.

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

Color convert

RGB191106202-
CMYK0.050.4800.21
HSL293.12º47.52%60.39%-
HSV(B)293.12º47.52%79.22%-
XYZ37.325.6558.86-
YUV142.36161.66162.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=38.28%
G=21.24%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911062020.050.4800.21293.1247.5260.39
HexBF6ACA530015125303c
Octal2771523125600254456074
Binary10111111110101011001010101110000010101100100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6aca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6aca; }

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

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

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

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

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

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

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

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