#BF6FEA

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

Shades of Medium Orchid #BF6FEA

Tints of Medium Orchid #BF6FEA

Color information

#BF6FEA (or 0xBF6FEA) is unknown color: approx Medium Orchid. HEX triplet: BF, 6F and EA. RGB value is (191,111,234). Sum of RGB (Red+Green+Blue) = 191+111+234=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FEA is #409015. Grayscale: #949494. Windows color (decimal): -4231190 or 15364031. OLE color: 15364031.

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

Color convert

RGB191111234-
CMYK0.180.5300.08
HSL279.02º74.55%67.65%-
HSV(B)279.02º52.56%91.76%-
XYZ42.0228.3981.11-
YUV148.94176158-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=35.63%
G=20.71%
B=43.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911112340.180.5300.08279.0274.5567.65
HexBF6FEA1235081174b44
Octal2771573522265010427113104
Binary10111111110111111101010100101101010100010001011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FEA; }

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

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

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

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

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

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

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

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