#BF6AEA

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

Shades of Medium Orchid #BF6AEA

Tints of Medium Orchid #BF6AEA

Color information

#BF6AEA (or 0xBF6AEA) is unknown color: approx Medium Orchid. HEX triplet: BF, 6A and EA. RGB value is (191,106,234). Sum of RGB (Red+Green+Blue) = 191+106+234=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF6AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6AEA is #409515. Grayscale: #919191. Windows color (decimal): -4232470 or 15362751. OLE color: 15362751.

HSL color Cylindrical-coordinate representation of color #BF6AEA: hue angle of 279.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6AEA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191106234-
CMYK0.180.5500.08
HSL279.84º75.29%66.67%-
HSV(B)279.84º54.7%91.76%-
XYZ41.4927.3280.93-
YUV146.01177.66160.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=35.97%
G=19.96%
B=44.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911062340.180.5500.08279.8475.2966.67
HexBF6AEA1237081184b43
Octal2771523522267010430113103
Binary10111111110101011101010100101101110100010001100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6AEA; }

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

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

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

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

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

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

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

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