#bf6acc

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

Shades of Medium Orchid #BF6ACC

Tints of Medium Orchid #BF6ACC

Color information

#BF6ACC (or 0xBF6ACC) is unknown color: approx Medium Orchid. HEX triplet: BF, 6A and CC. RGB value is (191,106,204). Sum of RGB (Red+Green+Blue) = 191+106+204=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ACC is #409533. Grayscale: #8E8E8E. Windows color (decimal): -4232500 or 13396671. OLE color: 13396671.

HSL color Cylindrical-coordinate representation of color #BF6ACC: hue angle of 292.04º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6ACC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191106204-
CMYK0.060.4800.2
HSL292.04º49%60.78%-
HSV(B)292.04º48.04%80%-
XYZ37.5425.7460.12-
YUV142.59162.66162.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=38.12%
G=21.16%
B=40.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911062040.060.4800.2292.044960.78
HexBF6ACC630014124313d
Octal2771523146600244446175
Binary10111111110101011001100110110000010100100100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6acc; }

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

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

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

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

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

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

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

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